public interface ExperimentalInvocationContext
extends javax.interceptor.InvocationContext
InvocationContext.| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
getInterceptorBindings()
The returning set may be empty if only interceptors using the
Interceptors annotation are associated. |
<T extends Annotation> |
getInterceptorBindingsByType(Class<T> annotationType)
The returning set may be empty if only interceptors using the
Interceptors annotation are associated. |
<T extends Annotation> Set<T> getInterceptorBindingsByType(Class<T> annotationType)
Interceptors annotation are associated.T - subclass of AnnotationannotationType - type of annotationSet<Annotation> getInterceptorBindings()
Interceptors annotation are associated.Copyright © 2008-2016. All Rights Reserved.