Package javax.interceptor
Annotation Type ExcludeDefaultInterceptors
-
@Target({TYPE,METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface ExcludeDefaultInterceptorsExclude the invocation of default interceptors for a method. This annotation applies to a method that would otherwise be subject to interception.