Class BeanAttributesFactory


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

      • forBean

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

        public static <T> javax.enterprise.inject.spi.BeanAttributes<T> forNewBean​(Set<Type> types,
                                                                                   Class<?> javaClass)