Spec-Zone .ru
спецификации, руководства, описания, API


javax.interceptor
Annotation Type ExcludeDefaultInterceptors


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

Since:
Interceptors 1.0



Submit a bug or feature

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

free hit counter