Interface AnnotatedConstructorConfigurator<T>

  • Type Parameters:
    T - the class declaring the constructor

    public interface AnnotatedConstructorConfigurator<T>
    This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedConstructor

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

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