Annotation Type Audited
-
@InterceptorBinding @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface Audited
This annotation is processed byAuditedInterceptor
*** IMPORTANT NOTE *** TenantId is assumed to be found in the annotated method parameters, either as an Object field or simply as a String.- Author:
- Fabian Martinez
-
-
Element Detail
-
action
String action
If empty or null the method name will be used as the action identifier- Returns:
- Default:
- ""
-
-