Generated by
JDiff

Class java.lang.reflect.Constructor

Added interface java.lang.reflect.GenericDeclaration.

Added Methods
Annotation getAnnotation(Class)  
Annotation[] getDeclaredAnnotations()  
Type[] getGenericExceptionTypes() Returns an array of Type objects that represent the exceptions declared to be thrown by this Constructor object.
Type[] getGenericParameterTypes() Returns an array of Type objects that represent the formal parameter types, in declaration order, of the method represented by this Constructor object.
Annotation[][] getParameterAnnotations() Returns an array of arrays that represent the annotations on the formal parameters, in declaration order, of the method represented by this Method object.
TypeVariable[] getTypeParameters() Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
boolean isSynthetic() Returns true if this constructor is a synthetic constructor; returns false otherwise.
boolean isVarArgs() Returns true if this constructor was declared to take a variable number of arguments; returns false otherwise.