|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) @Inherited @Deprecated public @interface Requirement
Defines a field or method that needs to be injected with a component. A hint can be specified to choose which implementation to use.
| Optional Element Summary | |
|---|---|
String[] |
hints
Deprecated. When injecting a Collection of requirements, allows specifying a discrete list of hints to use. |
String |
value
Deprecated. The hint value selecting a specific component implementation to use. |
public abstract String value
public abstract String[] hints
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||