Interface AnnotatedConstructor<X>

Type Parameters:
X - the declaring class
All Superinterfaces:
Annotated, AnnotatedCallable<X>, AnnotatedMember<X>

public interface AnnotatedConstructor<X> extends AnnotatedCallable<X>

Represents a constructor of a Java class.

See Also: