|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface ExcludeDefaultInterceptors
Used to exclude default interceptors for a target class or for a business method or timeout method of a target class.
@ExcludeDefaultInterceptors @Interceptors(ValidationInterceptor.class) public class Order { ... }
@ExcludeDefaultInterceptors public void updateOrder(Order order) { ... }
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41