Interface ConstructorInvocationContext<T>

Type Parameters:
T - The bean type
All Superinterfaces:
AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, AttributeHolder, Executable<T,T>, InvocationContext<T,T>, MutableAttributeHolder
All Known Implementing Classes:
ConstructorInterceptorChain

public interface ConstructorInvocationContext<T> extends InvocationContext<T,T>
An InvocationContext for construction invocation.
Since:
3.0.0
Author:
graemerocher