Generated by
JDiff

Class java.lang.Class

Documentation changed from old to new.

Changed Methods
Field getDeclaredField(String) Documentation changed from old to new.
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
Method getDeclaredMethod(String, Class[]) Documentation changed from old to new.
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
Field getField(String) Documentation changed from old to new.
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
Method getMethod(String, Class[]) Documentation changed from old to new.
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.