Uses of Interface
javax.enterprise.inject.spi.Interceptor
-
Packages that use Interceptor Package Description javax.enterprise.inject.spi -
-
Uses of Interceptor in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return types with arguments of type Interceptor Modifier and Type Method Description java.util.List<Interceptor<?>>
BeanManager. resolveInterceptors(InterceptionType type, java.lang.annotation.Annotation... interceptorBindings)
Returns a list of interceptor.
-