public interface ExperimentalInvocationContext extends InvocationContext
InvocationContext.CDI-468| 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. |
getConstructor, getContextData, getMethod, getParameters, getTarget, getTimer, proceed, setParameters<T extends Annotation> Set<T> getInterceptorBindingsByType(Class<T> annotationType)
Interceptors annotation are associated.Set<Annotation> getInterceptorBindings()
Interceptors annotation are associated.Copyright © 2014. All Rights Reserved.