Interface EnhancedAnnotatedConstructor<T>

All Superinterfaces:
jakarta.enterprise.inject.spi.Annotated, jakarta.enterprise.inject.spi.AnnotatedCallable<T>, jakarta.enterprise.inject.spi.AnnotatedConstructor<T>, jakarta.enterprise.inject.spi.AnnotatedMember<T>, EnhancedAnnotated<T,Constructor<T>>, EnhancedAnnotatedCallable<T,T,Constructor<T>>, EnhancedAnnotatedMember<T,T,Constructor<T>>
All Known Implementing Classes:
EnhancedAnnotatedConstructorImpl

public interface EnhancedAnnotatedConstructor<T> extends EnhancedAnnotatedCallable<T,T,Constructor<T>>, jakarta.enterprise.inject.spi.AnnotatedConstructor<T>
Represents a Class Constructor
Author:
Pete Muir