Annotation Interface Audit


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Audit
Audit annotation This annotation can audit a full class or specified methods depending on the place the annotation is set
Author:
dfuentes Created by dfuentes on 01/06/2017.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Annotation to define which elements of the audited methods are going to be showed
  • Element Details

    • value

      Annotation to define which elements of the audited methods are going to be showed
      Returns: