| 
 | ||||||||||
| 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 | requiredSpecifies that the outjected value must not be null, by default. | 
|  ScopeType | scopeSpecifies the scope, for values which are not instances of a Seam component. | 
|  String | valueThe 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 | |||||||||