@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface NoQualifierParameter
HasQualifierParameter is enabled by default, for example, by writing HasQualifierParameter on a package, then this annotation can disable it for a specific class.
 One or more top qualifiers must be given for the hierarchies for which there are no qualifier
 parameters. This annotation may not be written on the same class as HasQualifierParameter
 for the same hierarchy.
HasQualifierParameter| Modifier and Type | Required Element and Description | 
|---|---|
| Class<? extends Annotation>[] | valueClass of the top qualifier for the hierarchy for which this class has no qualifier parameter. | 
public abstract Class<? extends Annotation>[] value