public interface ExperimentalInvocationContext extends InvocationContext
InvocationContext.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.annotation.Annotation> |
getInterceptorBindings()
The returning set may be empty if only interceptors using the
Interceptors annotation are associated. |
<T extends java.lang.annotation.Annotation> |
getInterceptorBindingsByType(java.lang.Class<T> annotationType)
The returning set may be empty if only interceptors using the
Interceptors annotation are associated. |
getConstructor, getContextData, getMethod, getParameters, getTarget, getTimer, proceed, setParameters<T extends java.lang.annotation.Annotation> java.util.Set<T> getInterceptorBindingsByType(java.lang.Class<T> annotationType)
Interceptors annotation are associated.T - subclass of AnnotationannotationType - type of annotationjava.util.Set<java.lang.annotation.Annotation> getInterceptorBindings()
Interceptors annotation are associated.Copyright © 2015. All Rights Reserved.