public interface WeldAfterBeanDiscovery
extends javax.enterprise.inject.spi.AfterBeanDiscovery
AfterBeanDiscovery.| Modifier and Type | Method and Description |
|---|---|
<T> WeldBeanConfigurator<T> |
addBean()
Obtain a
WeldBeanConfigurator, an extended version of BeanConfigurator. |
InterceptorConfigurator |
addInterceptor()
Obtain a
InterceptorConfigurator to configure a new Interceptor. |
InterceptorConfigurator addInterceptor()
InterceptorConfigurator to configure a new Interceptor.
The configured interceptor is automatically added at the end of the observer invocation.
Each call returns a new configurator instance.
<T> WeldBeanConfigurator<T> addBean()
WeldBeanConfigurator, an extended version of BeanConfigurator.
The configurator behaves in the same manner as BeanConfigurator.
Configured bean is added automatically at the end of the observer invocation.
Each call returns new configurator instance.
addBean in interface javax.enterprise.inject.spi.AfterBeanDiscoveryCopyright © 2008–2019. All rights reserved.