Annotation Type GenerateCreator.CopyAnnotations


  • @Target(TYPE)
    @Retention(SOURCE)
    public static @interface GenerateCreator.CopyAnnotations
    Apply 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  
    • Element Detail

      • exclude

        java.lang.Class<?>[] exclude
        Default:
        {}