@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,CONSTRUCTOR})
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
Copyright © 2013 Oracle Corporation. All Rights Reserved.