Class DescriptionSource

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

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

    • source

      private final Object source
    • value

      private final String value
  • Constructor Details

    • DescriptionSource

      DescriptionSource(Object source, String value)
      Parameters:
      source - The owning source
      value - The description
  • Method Details