This implementation of the {@link BeanManager} will get usedfor whenever a BeanManager gets injected into a bean:
private @Inject BeanManager beanManager;This class is Serializable and always resolves the current instance of the central BeanManager automatically.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|