@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface GIgnore
Annotation declaring that the field is automatically populated by the server. An example of such
a case is a field indicating the date-time an API Request took place.
- Author:
- Christos Tsakostas