Class TypeReference<T>

java.lang.Object
net.thevpc.common.util.TypeReference<T>
All Implemented Interfaces:
Serializable

public abstract class TypeReference<T> extends Object implements Serializable
This is super type token implementation as described in http://gafter.blogspot.com/2006/12/super-type-tokens.html References a generic type.
Author:
crazybob@google.com (Bob Lee)
See Also: