@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface ITargetSelectorDynamic.SelectorAnnotation
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
value
Annotation type for the selector
|