Class OntologyServiceFactory<T extends OntologyService>

  • Type Parameters:
    T - the type of ontology service this factory produces
    All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean

    public class OntologyServiceFactory<T extends OntologyService>
    extends org.springframework.beans.factory.config.AbstractFactoryBean<T>
    Factory bean for baseCode's OntologyService.