| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented public @interface In
Specifies that a seam component should be injected to the annotated field or setter method of a seam component.
| Optional Element Summary | |
|---|---|
|  boolean | createSpecifies that a component should be instantiated if the context variable is null. | 
|  boolean | requiredSpecifies that the injected value must not be null, by default. | 
|  ScopeType | scopeExplicitly specify the scope to search, instead of searching all scopes. | 
|  String | valueThe context variable name. | 
public abstract String value
public abstract boolean create
public abstract boolean required
public abstract ScopeType scope
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||