public interface  org.aopalliance.intercept.ConstructorInterceptor extends java.lang.Object implements org.aopalliance.intercept.Interceptor
{
public abstract java.lang.Object construct(org.aopalliance.intercept.ConstructorInvocation) throws java.lang.Throwable;
}