@Target(value={METHOD,CONSTRUCTOR}) @Retention(value=RUNTIME) public @interface ExcludeClassInterceptors
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
Excludes interceptors defined by means of the
Interceptors
annotation.
Use of this annotation to exclude interceptors defined by means
of interceptor binding annotations is not portable.
@ExcludeClassInterceptors public void updateOrder(Order order) { ... }
ExcludeDefaultInterceptors
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.