|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface InMarks fields and setters where injection should be performed.
| Optional Element Summary | |
|---|---|
boolean |
create
Specifies if fields should be created if not found. |
boolean |
remove
Specifies if property should be removed from the scope. |
ScopeType |
scope
Specifies parameter scope. |
java.lang.String |
value
Specifies non-default parameter name. |
public abstract boolean create
public abstract ScopeType scope
public abstract boolean remove
public abstract java.lang.String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||