public interface Interceptor<T> extends Bean<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.annotation.Annotation> |
getInterceptorBindings() |
java.lang.Object |
intercept(InterceptionType type,
T instance,
javax.interceptor.InvocationContext ctx) |
boolean |
intercepts(InterceptionType type) |
getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullablecreate, destroyjava.util.Set<java.lang.annotation.Annotation> getInterceptorBindings()
boolean intercepts(InterceptionType type)
java.lang.Object intercept(InterceptionType type, T instance, javax.interceptor.InvocationContext ctx)