| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
| Modifier and Type | Method and Description |
|---|---|
<T> InterceptionFactory<T> |
BeanManager.createInterceptionFactory(CreationalContext<T> creationalContext,
Class<T> clazz)
Can be used to wrap a CDI proxy around a contextual instance
inside of producer methods or Custom Beans.
|
InterceptionFactory<T> |
InterceptionFactory.ignoreFinalMethods()
Usually having a non-static final field with any modifier other than private leads to a
DeploymentException.
|
Copyright © 2021. All rights reserved.