Annotation Type NotAuditable


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    @AlfrescoPublicApi
    public @interface NotAuditable
    Specifically indicate that a method is not to be audited. This is a marker annotation.
    Author:
    Andy Hind