DRAFT

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


DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Generated on 24-November-2009 03:24