| super(webBeansContext,
WebBeansType.MANAGER,
new BeanAttributesImpl<BeanManager>(CollectionUtil.<Type>unmodifiableSet(BeanManager.class, Object.class), AnnotationUtil.DEFAULT_AND_ANY_ANNOTATION),
BeanManager.class,
false,
new SimpleProducerFactory<BeanManager>(new BeanManagerProducer(webBeansContext)));
}
|