Interface BeanAttributesConfigurator<T>

Type Parameters:
T - the class of the bean instance

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
See Also: