@Documented @Retention(value=SOURCE) @Target(value=FIELD) public @interface ByteCodeSpec
ByteCodeFactoryGenerator| Modifier and Type | Optional Element and Description |
|---|---|
String |
factoryClassName
The class name of the byte code factory class.
|
String |
factoryPkg
The package of the byte code factory class.
|
Class<?> |
parentClass
The parent class of the classes generated.
|
String |
singletonName
The name of the field that holds the singleton.
|
String |
template
The template used to generate the implementations of interfaces.
|
public abstract String factoryPkg
public abstract String factoryClassName
public abstract Class<?> parentClass
public abstract String singletonName
public abstract String template
Copyright © 2018 Alternet. All rights reserved.