@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) @AnnotatedFor(value="nullness") public @interface PolymorphicQualifier
Any method written using a polymorphic type qualifier conceptually has two or more versions — one version for each qualifier in the qualifier hierarchy. In each version of the method, all instances of the polymorphic type qualifier are replaced by one of the other type qualifiers.
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Annotation> |
value
Indicates which type system this annotation refers to (optional, and usually unnecessary).
|
public abstract Class<? extends Annotation> value