Annotation 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 ElementsModifier and TypeRequired ElementDescriptionboolean
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 privateMethodsDefines if the private methods are going too be audited This is used when the Audit annotation is placed in class level.- Returns:
-
returnValues
boolean returnValuesDefines if the return value needs to be audited- Returns:
-