On Fri, 25 Jun 2021 17:24:58 GMT, Mandy Chung wrote:
> `java.lang.reflect.Proxy::newProxyInstance` and
> `java.lang.invoke.MethodHandleProxies::asInterfaceInstance` do not specify
> how to deal with sealed interfaces. These APIs should reject sealed
> interface with `IllegalArgumentException
On Fri, 25 Jun 2021 17:24:58 GMT, Mandy Chung wrote:
> `java.lang.reflect.Proxy::newProxyInstance` and
> `java.lang.invoke.MethodHandleProxies::asInterfaceInstance` do not specify
> how to deal with sealed interfaces. These APIs should reject sealed
> interface with `IllegalArgumentException
`java.lang.reflect.Proxy::newProxyInstance` and
`java.lang.invoke.MethodHandleProxies::asInterfaceInstance` do not specify how
to deal with sealed interfaces. These APIs should reject sealed interface
with `IllegalArgumentException` which is thrown if the given interface is
invalid.
Please r