Class BeanAttributesFactory

java.lang.Object
org.jboss.weld.bean.attributes.BeanAttributesFactory

public class BeanAttributesFactory extends Object
Creates BeanAttributes based on a given annotated.
Author:
Jozef Hartinger
  • Method Details

    • forBean

      public static <T> jakarta.enterprise.inject.spi.BeanAttributes<T> forBean(EnhancedAnnotated<T,?> annotated, BeanManagerImpl manager)
      Creates new BeanAttributes to represent a managed bean.