Annotation Interface ITargetSelectorDynamic.SelectorAnnotation

Enclosing interface:
ITargetSelectorDynamic

@Retention(RUNTIME) @Target(TYPE) public static @interface ITargetSelectorDynamic.SelectorAnnotation
Decoration for subclasses which indicates an annotation type from which the selector can be parsed.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>
    Annotation type for the selector
  • Element Details

    • value

      Class<? extends Annotation> value
      Annotation type for the selector