@FunctionalInterface public interface ProxyInstantiable extends Proxy
Proxy
Modifier and Type | Method and Description |
---|---|
Object |
newInstance(Value... arguments)
Creates a new instance of the object with the given arguments.
|
Object newInstance(Value... arguments)
UnsupportedOperationException
- if the proxy cannot be instantiated with the given
arguments.