org.jboss.seam.annotations
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Factory
Modifier and Type | Optional Element and Description |
---|---|
boolean |
autoCreate
Specifies that this factory method should be automatically
called whenever the variable is asked for, even if @In does
not specify create=true.
|
ScopeType |
scope
The scope() element is meaningful only for factory
methods that return the value to be outjected.
|
String |
value |
public abstract String value
public abstract ScopeType scope
public abstract boolean autoCreate
Copyright © 2015 Seam Framework. All Rights Reserved.