Annotation Type Auditable


@Target(TYPE) @Retention(RUNTIME) public @interface Auditable
Annotates a persistent type for audit.
A type can be audited for specific operations. By default, this annotation enables all operations.
Since:
2.2.0
Author:
Pinaki Poddar
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description