Package net.octyl.aptcreator
Annotation Type GenerateCreator
-
@Target(TYPE) @Retention(SOURCE) public @interface GenerateCreatorAnnotate a class with this to haveapt-creatorgenerate a creator class for the class's sole constructor.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringclassNameSet this to a non-empty value to set the class name for the generated class.
-