javax.interceptor
Annotation Type ExcludeClassInterceptors


@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) { ... }
 

See Also:
ExcludeClassInterceptors



Submit a bug or feature

Copyright © 2009, 2010, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 4-June-2010 04:34