@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface FactoryType
Modifier and Type | Optional Element and Description |
---|---|
String[] |
args |
Class<? extends Factory> |
factoryClass
The class for the factory.
|
FactoryType.Type |
value |
public abstract FactoryType.Type value
public abstract String[] args
Copyright © 2017 JBoss by Red Hat. All rights reserved.