Skip to content

Instantly share code, notes, and snippets.

View LeeGodSRC's full-sized avatar

LeeGod LeeGodSRC

View GitHub Profile
/**
* Represents a parameterized type. Unfortunately necessary because the JVM doesn't support
* reified generics in all cases.
*/
@SuppressWarnings("unchecked")
public class TypeToken<T> {
/**
* The type represented by this type token.
*/