|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD})
@Documented
@Retention(value=RUNTIME)
public @interface OutField outjection: describes a field as to be outjected after logic execution. It also could be used to outject the return object of a method.
| Optional Element Summary | |
|---|---|
String |
key
Uses the field name if no value is provided |
ScopeType |
scope
Which scope should be used to outject the object |
public abstract ScopeType scope
public abstract String key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||