|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Factory
Marks a method as a factory method for a given type.
A factory method is called whenever a new instance of a given
type is requested.
The factory method is used with a higher priority than a plain no-arg constructor when present
@Factory currently works for @FullTextFilterDef.impl classes
Factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||