com.lexicalscope.fluentreflection
Class TypeToken<T>

java.lang.Object
  extended by com.lexicalscope.fluentreflection.TypeToken<T>
Type Parameters:
T - the generic type information.

public class TypeToken<T>
extends Object

Used to supply generic type information to the library. You use this class by creating anonymous subclasses of it.

Author:
tim

Constructor Summary
TypeToken()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeToken

public TypeToken()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.