public interface  org.aopalliance.intercept.ConstructorInvocation extends java.lang.Object implements org.aopalliance.intercept.Invocation
{
public abstract java.lang.reflect.Constructor getConstructor();
}