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
ExcludeClassInterceptors
Contents
Description
Hide sidebar
Show sidebar
Annotation Type ExcludeClassInterceptors
@Target
({
METHOD
,
CONSTRUCTOR
})
@Retention
(
RUNTIME
)
public @interface
ExcludeClassInterceptors
Exclude the invocation of class-level interceptors for a method. This annotation applies to a method that would otherwise be subject to interception.