|
||||||||||
| 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 | |
|---|---|
Class<? extends Annotation>[] |
value
The list of qualifiers that must NOT be present on the service. |
public abstract Class<? extends Annotation>[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||