Annotation Type Audited


  • @InterceptorBinding
    @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface Audited
    This annotation is processed by AuditedInterceptor *** 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
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String action
      If empty or null the method name will be used as the action identifier
    • Element Detail

      • action

        String action
        If empty or null the method name will be used as the action identifier
        Returns:
        Default:
        ""