Class EnhancedAnnotatedConstructorImpl<T>

Type Parameters:
T - exact type
All Implemented Interfaces:
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>>, EnhancedAnnotatedConstructor<T>, EnhancedAnnotatedMember<T,T,Constructor<T>>

public class EnhancedAnnotatedConstructorImpl<T> extends AbstractEnhancedAnnotatedCallable<T,T,Constructor<T>> implements EnhancedAnnotatedConstructor<T>
Represents an annotated constructor

This class is immutable, and therefore threadsafe

Author:
Pete Muir, Ales Justin