java.lang.reflect.Constructor
package java.lang.reflect;import sun.reflect.ConstructorAccessor;import sun.reflect.Reflection;/** * 表示构造函数的对象 * * comment by liqiang * * @author Kenneth Russell * @author Nakul Saraiya *...