| Changed Methods |
boolean equals(Object)
|
Change in signature from java.lang.Object to Object.
|
By default delegates to Object.equals so instances are only equal if they are
identical. |
Object handleInvocation(Object, Method, Object[])
|
Change in return type from java.lang.Object to Object.
|
.invoke delegates to this method upon any method invocation on the proxy instance,
except Object.equals, Object.hashCode and Object.toString. |
Object invoke(Object, Method, Object)
|
Change in return type from java.lang.Object to Object.
Change in signature from (Object, Method, Object[]) to (Object, Method, Object).
|
{@inheritDoc}
|