Annotation Type Audits


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Audits
    States that this method should be logged for auditing purposes.

    This is a holder annotation to hold multiple Audit annotations.

    Since:
    1.0
    Author:
    Alice Leung, Dmitriy Kopylenko, Scott Battaglia
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Audit[] value  
    • Element Detail