@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ExcludeClassInterceptors
Used to exclude class-level interceptors for a business method or timeout method of a target class.
@ExcludeClassInterceptors
public void updateOrder(Order order) { ... }
ExcludeClassInterceptorsCopyright © 2013. All Rights Reserved.