|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface In
Marks a field where injection should be performed.
Optional Element Summary | |
---|---|
boolean |
create
Specifies if fields should be created if not found. |
ScopeType |
scope
Specifies parameter scope. |
java.lang.String |
value
Specifies non-default parameter name. |
public abstract boolean create
public abstract ScopeType scope
public abstract java.lang.String value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |