|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,CONSTRUCTOR})
public @interface BeanInject
Used to indicate an injection point of a bean obtained from the Registry, into a POJO.
If no name is specified then the lookup is anonymous and based on lookup up by the type.
| Optional Element Summary | |
|---|---|
String |
context
|
String |
value
|
public abstract String value
public abstract String context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||