|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,CONSTRUCTOR})
public @interface UnqualifiedAn injection point can be annotated with @Unqualified if it should only be injected with services that have no qualifiers at all
| Optional Element Summary | |
|---|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||