Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » annotations » [javadoc | source]
org.hibernate.search.annotations
public class: Factory [javadoc | source]
org.hibernate.search.annotations.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