|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,FIELD,PARAMETER})
@Documented
public @interface ExactAn injection point qualifier that may be used to select the exact bean to be injected, by specifying its implementation class.
| Required Element Summary | |
|---|---|
Class<?> |
value
|
| Element Detail |
|---|
public abstract Class<?> value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||