Package javax.interceptor
Annotation 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: