|
||||||||||
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 |
create
Specifies that a component should be instantiated if the context variable is null. |
boolean |
required
Specifies that the injected value must not be null, by default. |
ScopeType |
scope
Explicitly specify the scope to search, instead of searching all scopes. |
String |
value
The 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 |