@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface TypeQualifier
| Modifier and Type | Optional Element and Description | 
|---|---|
| Class<?> | applicableToDescribes the kinds of values the qualifier can be applied to. | 
public abstract Class<?> applicableTo
Copyright © 2017. All rights reserved.