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 ElementsModifier and TypeRequired ElementDescriptionClass<? extends Annotation> Annotation type for the selector
-
Element Details
-
value
Class<? extends Annotation> valueAnnotation type for the selector
-