Class InvalidMethodException encapsulates an exception thrown when M2MI
attempts to synthesize proxies for a method that does not conform to M2MI's
requirements.
Class InvocationException encapsulates an unchecked exception thrown when an
M2MI method invocation on a handle or on a target object was not successful.
Returns true if the described field has default access (also known as
package scoped), that is, may be accessed only from inside its defining
package or inside its defining class.
Returns true if the described subroutine has default access (also known
as package scoped), that is, may be accessed only from inside its
defining package or inside its defining class.
Returns true if the described field is protected, that is, may be
accessed only from inside its defining package, inside its defining
class, or inside subclasses of its defining class.
Returns true if the described subroutine is protected, that is, may be
accessed only from inside its defining package, inside its defining
class, or inside subclasses of its defining class.