JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Search
Help
Java(TM) EE Interceptors 1.2 API 1.0.1.Final]]>
javax.interceptor
ExcludeDefaultInterceptors
Contents
Description
Hide sidebar
Show sidebar
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.