@Documented @Retention(value=RUNTIME) @Target(value={PACKAGE,TYPE,CONSTRUCTOR,METHOD,FIELD,LOCAL_VARIABLE,PARAMETER}) public static @interface DefaultQualifier.List
DefaultQualifier
annotation repeatable.
Programmers generally do not need to write this. It is created by Java when a programmer
writes more than one DefaultQualifier
annotation at the same location.
Modifier and Type | Required Element and Description |
---|---|
DefaultQualifier[] |
value
Return the repeatable annotations.
|
public abstract DefaultQualifier[] value