Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
Modifier and Type | Method and Description |
---|---|
<T> InterceptionFactory<T> |
BeanManager.createInterceptionFactory(CreationalContext<T> ctx,
Class<T> clazz)
Create an
InterceptionFactory for the given CreationalContext and type. |
InterceptionFactory<T> |
InterceptionFactory.ignoreFinalMethods()
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by
any class in the type hierarchy of the intercepted instance during invocation of
createInterceptedInstance(Object) . |
Comments to: cdi-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.