com.googlecode.catchexception.throwable.internal
Interface InterfaceOnlyProxy


public interface InterfaceOnlyProxy

Marks a proxy as generated by InterfaceOnlyProxyFactory. This is useful for testing.

EXAMPLE:

assert new InterfaceOnlyProxyFactory(...).createProxy(obj) instanceof InterfaceOnlyProxy;
 

Author:
rwoo



Copyright © 2015. All rights reserved.