Annotation Interface AuditParams


@Target(TYPE) @Retention(RUNTIME) public @interface AuditParams
Annotation that defines the elements to be audited on @Audit annotations
Author:
dfuentes Created by dfuentes on 01/06/2017.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    boolean
    Defines if the private methods are going too be audited This is used when the Audit annotation is placed in class level.
    boolean
    Defines if the return value needs to be audited
  • Element Details

    • privateMethods

      boolean privateMethods
      Defines if the private methods are going too be audited This is used when the Audit annotation is placed in class level.
      Returns:
    • returnValues

      boolean returnValues
      Defines if the return value needs to be audited
      Returns: