Package org.apache.cxf.annotations
Annotation Type FactoryType
- 
 @Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface FactoryType Defines the factory used for the service. Either use the factoryClass attribute to define your own factory or use one of the "value" convenience enums.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description String[]argsClass<? extends Factory>factoryClassThe class for the factory.FactoryType.Typevalue
 
- 
- 
- 
Element Detail- 
valueFactoryType.Type value - Default:
- org.apache.cxf.annotations.FactoryType.Type.Singleton
 
 
- 
 - 
- 
argsString[] args - Default:
- {}
 
 
- 
 
-