Annotation Type Ignore
@Target(FIELD) @Retention(RUNTIME) public @interface Ignore
Marks a field as ignored, meaning it does not exist on the database or should not be filled with values.
- Author:
- Collin Alpert
@Target(FIELD) @Retention(RUNTIME) public @interface Ignore