Annotation Type GenerateCreator


  • @Target(TYPE)
    @Retention(SOURCE)
    public @interface GenerateCreator
    Annotate a class with this to have apt-creator generate a creator class for the class's sole constructor.
    • Optional Element Summary

      Optional Elements 
      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.
    • Element Detail

      • className

        java.lang.String className
        Set this to a non-empty value to set the class name for the generated class.
        Default:
        ""