@Documented @Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) public @interface RequiresQualifiers
Programmers generally do not need to use this; it is created by Java when a programmer writes
 more than one @RequiresQualifier annotation at the same location.
RequiresQualifier| Modifier and Type | Required Element and Description | 
|---|---|
RequiresQualifier[] | 
value  | 
public abstract RequiresQualifier[] value