@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface GenerateCreator
apt-creator generate a creator
class for the class's sole constructor.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
className
Set this to a non-empty value to set the class name for the generated
class.
|
boolean |
copyAnnotations
Set this to
true to copy annotations from the target class to
the generated class. |