Interface BeanAttributesConfigurator<T>

  • Type Parameters:
    T - the class of the bean instance
    All Known Implementing Classes:
    BeanAttributesConfiguratorImpl

    public interface BeanAttributesConfigurator<T>
    This API is an helper to configure a new BeanAttributes instance. CDI container must provides an implementation of this interface. This configurator is not thread safe and shall not be used concurrently.
    Since:
    2.0
    Author:
    Antoine Sabot-Durand
    See Also:
    ProcessBeanAttributes.configureBeanAttributes()