|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented public @interface Out
Specifies that a seam component should be outjected from the annotated field or getter method of a session bean.
Optional Element Summary | |
---|---|
boolean |
required
Specifies that the outjected value must not be null, by default. |
ScopeType |
scope
Specifies the scope to outject to. |
String |
value
The context variable name. |
public abstract String value
public abstract boolean required
public abstract ScopeType scope
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |