|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Factory
Define constructor factory.
Required Element Summary | |
---|---|
String |
factoryMethod
Get the factory method. |
Optional Element Summary | |
---|---|
Value |
factory
Get the factory. |
Class<?> |
factoryClass
Get the factory class. |
Value[] |
parameters
Get parameters. |
Element Detail |
---|
public abstract String factoryMethod
public abstract Value factory
public abstract Class<?> factoryClass
public abstract Value[] parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |