|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Documented @Retention(value=RUNTIME) public @interface In
Describes a field where injection should be performed.
| Optional Element Summary | |
|---|---|
boolean |
create
Should it be created if not found? |
String |
key
Which key should be used (default to field name) |
boolean |
required
Is it required? |
ScopeType |
scope
Which scope should be used to search for the object |
public abstract boolean create
public abstract boolean required
public abstract ScopeType scope
public abstract String key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||