@Documented
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface TypeQualifier
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?> |
applicableTo
Describes the kinds of values the qualifier can be applied to.
|
public abstract java.lang.Class<?> applicableTo