javax.interceptor
Annotation Type ExcludeDefaultInterceptors


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface ExcludeDefaultInterceptors

Do not apply on the methods of the given class or on the given method the interceptors that have been defined in the XML Deployment Descriptor.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification



Copyright © 2008. All Rights Reserved.