org.jboss.seam.annotations
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented public @interface In
Modifier and Type | Optional Element and Description |
---|---|
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
Copyright © 2015 Seam Framework. All Rights Reserved.