Generated by
JDiff

Class java.lang.reflect.Modifier

Documentation changed from old to new.

Changed Methods
boolean isAbstract(int) Documentation changed from old to new.
Return true if the integer argument includes the abstract modifer false otherwise.
boolean isFinal(int) Documentation changed from old to new.
Return true if the integer argument includes the final modifer false otherwise.
boolean isInterface(int) Documentation changed from old to new.
Return true if the integer argument includes the interface modifer false otherwise.
boolean isNative(int) Documentation changed from old to new.
Return true if the integer argument includes the native modifer false otherwise.
boolean isPrivate(int) Documentation changed from old to new.
Return true if the integer argument includes the private modifer false otherwise.
boolean isProtected(int) Documentation changed from old to new.
Return true if the integer argument includes the protected modifer false otherwise.
boolean isPublic(int) Documentation changed from old to new.
Return true if the integer argument includes the public modifer false otherwise.
boolean isStatic(int) Documentation changed from old to new.
Return true if the integer argument includes the static modifer false otherwise.
boolean isStrict(int) Documentation changed from old to new.
Return true if the integer argument includes the strictfp modifer false otherwise.
boolean isSynchronized(int) Documentation changed from old to new.
Return true if the integer argument includes the synchronized modifer false otherwise.
boolean isTransient(int) Documentation changed from old to new.
Return true if the integer argument includes the transient modifer false otherwise.
boolean isVolatile(int) Documentation changed from old to new.
Return true if the integer argument includes the volatile modifer false otherwise.
String toString(int) Documentation changed from old to new.
Return a string describing the access modifier flags in the specified modifier.