Class | Description |
---|---|
Proxy |
Adapted from java.lang.reflect.Proxy to remove the CHECKCAST instruction if the return type is a Structural interface,
otherwise the proxy method call fails on such a call because the return value doesn't nominally implement the
interface.
|
ProxyGenerator |
ProxyGenerator contains the code to generate a dynamic proxy class
for the java.lang.reflect.Proxy API.
|
Copyright © 2024. All rights reserved.