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