Annotation Type SkipCodeGenIf


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface SkipCodeGenIf
    Indicates that a field should be skipped during code generation if condition evaluates to true. This annotation should be added to fields that are derived from other fields.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends Condition> value  
    • Element Detail

      • value

        java.lang.Class<? extends Condition> value