|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface SubtypeOf
A meta annotation to specify all the qualifiers that the given qualifier is a subtype of.
Example:
@SubtypeOf( { Nullable.class } )
public @interface NonNull {
}
| Required Element Summary | |
|---|---|
Class<?>[] |
value
An array of the supertype qualifiers of the annotated qualifier |
| Element Detail |
|---|
public abstract Class<?>[] value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||