Interface AnnotatedTypeConfigurator<T>

Type Parameters:
T - the class represented by the configured AnnotatedType

public interface AnnotatedTypeConfigurator<T>

This API is a helper to configure a new AnnotatedType instance. The container must provide an implementation of this interface.

AnnotatedTypeConfigurator is not reusable.

This configurator is not thread safe and shall not be used concurrently.

CDI Lite implementations are not required to provide support for Portable Extensions.

Since:
2.0
Author:
Martin Kouba, Antoine Sabot-Durand
See Also: