com.googlecode.catchexception.throwable.internal
Interface SubclassProxy


public interface SubclassProxy

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

EXAMPLE:

assert new SubclassProxyFactory(...).createProxy(obj) instanceof SubclassProxy;
 

Author:
rwoo



Copyright © 2015. All rights reserved.