Annotation Type ExcludeClassInterceptors


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface ExcludeClassInterceptors
    Exclude the invocation of class-level interceptors for a method. This annotation applies to a method that would otherwise be subject to interception.