public class RandomReturnInvocationHandler extends Object implements InvocationHandler, Serializable
| Modifier and Type | Method and Description |
|---|---|
static InvocationHandler |
getInstance() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public Object invoke(Object proxy, Method method, Object[] args)
invoke in interface InvocationHandlerpublic static InvocationHandler getInstance()
Copyright © 2010–2019. All rights reserved.