|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Factory
Marks a method as a factory method for a context variable, meaning it is responsible for outjecting a value for the named context variable when no value is bound to the variable. Supports use of the Seam "factory component" pattern.
Optional Element Summary | |
---|---|
String |
value
|
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |