Annotation Type CodeGeneratorName


  • @Retention(RUNTIME)
    @Target({TYPE,FIELD})
    public @interface CodeGeneratorName
    Custom Bamboo Specs generator for EntityProperties class or a field. This annotation references class by its name rather than directly and should To be used only in order to avoid dependency problems. CodeGenerator annotation is recommended instead.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value