@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface FactoryType
| Modifier and Type | Optional Element and Description | 
|---|---|
| String[] | args | 
| Class<? extends Factory> | factoryClassThe class for the factory. | 
| FactoryType.Type | value | 
public abstract FactoryType.Type value
public abstract String[] args
Apache CXF