Annotation Type SkipCodeGen
-
@Retention(RUNTIME) @Target(FIELD) public @interface SkipCodeGenIndicates that a field should be skipped during code generation. This annotation should be added to fields that are derived from other fields.
@Retention(RUNTIME)
@Target(FIELD)
public @interface SkipCodeGen