@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface Unqualified
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation>[] |
value
The list of qualifiers that must NOT be present on the service.
|
public abstract java.lang.Class<? extends java.lang.annotation.Annotation>[] value