public interface ExperimentalInvocationContext extends InvocationContext
InvocationContext.CDI-468| 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.java.util.Set<java.lang.annotation.Annotation> getInterceptorBindings()
Interceptors annotation are associated.Copyright © 2014. All Rights Reserved.