Class PrioritySource

java.lang.Object
org.eclipse.sisu.inject.PrioritySource
All Implemented Interfaces:
Annotation, AnnotatedSource

final class PrioritySource extends Object implements Priority, AnnotatedSource
Implementation of @Priority that can also act as an @AnnotatedSource.
  • Field Details

    • source

      private final Object source
    • value

      private final int value
  • Constructor Details

    • PrioritySource

      PrioritySource(Object source, int value)
      Parameters:
      source - The owning source
      value - The priority
  • Method Details