Annotation Interface ExcludeClassInterceptors


@Target({METHOD,CONSTRUCTOR}) @Retention(RUNTIME) public @interface ExcludeClassInterceptors

Used to exclude class-level interceptors for a lifecycle callback, business, or timeout method of a target class, or a constructor of a target class.

 @ExcludeClassInterceptors
 public void updateOrder(Order order) { ... }
 
Since:
Interceptors 1.0
See Also: