Interface DecorableBean<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<jakarta.enterprise.inject.spi.Decorator<?>> getDecorators()
      Resolves decorators for this bean.
      • Methods inherited from interface jakarta.enterprise.inject.spi.Bean

        getBeanClass, getInjectionPoints, isNullable
      • Methods inherited from interface jakarta.enterprise.inject.spi.BeanAttributes

        getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
      • Methods inherited from interface jakarta.enterprise.context.spi.Contextual

        create, destroy
    • Method Detail

      • getDecorators

        List<jakarta.enterprise.inject.spi.Decorator<?>> getDecorators()
        Resolves decorators for this bean.