JavaScript is disabled on your browser.
Skip navigation links
Java(TM) EE Interceptors 1.2 API 1.0.1.Final]]>
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
javax.interceptor
Annotation Type ExcludeDefaultInterceptors
@Target
({
TYPE
,
METHOD
,
CONSTRUCTOR
})
@Retention
(
RUNTIME
)
public @interface
ExcludeDefaultInterceptors
Exclude the invocation of default interceptors for a method. This annotation applies to a method that would otherwise be subject to interception.