| Package | Description | 
|---|---|
| jakarta.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). | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.