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 on
any bean type of the specific bean during validation of injection points that require proxyable bean type.
|
Copyright © 2008–2017 JBoss by Red Hat, Inc.. All rights reserved.