Annotation Type NotAudited
-
@Target(FIELD) @Retention(RUNTIME) public @interface NotAuditedWhenever a field has this annotation, it indicates that any changes to the field will NOT be part of the records published for the owning entity (by the publisher associated with the PersistenceLayer instance).