Package org.jboss.weld.bean.attributes
Class BeanAttributesFactory
java.lang.Object
org.jboss.weld.bean.attributes.BeanAttributesFactory
Creates
BeanAttributes based on a given annotated.- Author:
- Jozef Hartinger
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> jakarta.enterprise.inject.spi.BeanAttributes<T>forBean(EnhancedAnnotated<T, ?> annotated, BeanManagerImpl manager) Creates newBeanAttributesto represent a managed bean.
-
Method Details
-
forBean
public static <T> jakarta.enterprise.inject.spi.BeanAttributes<T> forBean(EnhancedAnnotated<T, ?> annotated, BeanManagerImpl manager) Creates newBeanAttributesto represent a managed bean.
-