@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=RUNTIME)
public @interface ExcludeClassInterceptors
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