Generated by
JDiff

Class java.lang.reflect.Method

Added interface java.lang.reflect.GenericDeclaration.

Added Methods
Annotation getAnnotation(Class)  
Annotation[] getDeclaredAnnotations()  
Object getDefaultValue() Returns the default value for the annotation member represented by this Method instance.
Type[] getGenericExceptionTypes() Returns an array of Type objects that represent the exceptions declared to be thrown by this Method object.
Type[] getGenericParameterTypes() Returns an array of Type objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
Type getGenericReturnType() Returns a Type object that represents the formal return type of the method represented by this Method 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 isBridge() Returns true if this method is a bridge method; returns false otherwise.
boolean isSynthetic() Returns true if this method is a synthetic method; returns false otherwise.
boolean isVarArgs() Returns true if this method was declared to take a variable number of arguments; returns false otherwise.