Package net.octyl.aptcreator
Annotation Type GenerateCreator.CopyAnnotations
-
@Target(TYPE) @Retention(SOURCE) public static @interface GenerateCreator.CopyAnnotationsApply this annotation to copy annotations from the target class to the generated class.You can exclude individual annotations using
exclude().
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>[]exclude
-