@ParametersAreNonnullByDefault

Package com.google.common.reflect

This package contains utilities to work with Java reflection.

See:
          Description

Class Summary
AbstractInvocationHandler Abstract implementation of InvocationHandler that handles Object.equals(java.lang.Object), Object.hashCode() and Object.toString().
Reflection Static utilities relating to Java reflection.
TypeParameter<T> Captures a free type variable that can be used in TypeToken.where(com.google.common.reflect.TypeParameter, com.google.common.reflect.TypeToken).
TypeToken<T> A Type with generics.
 

Package com.google.common.reflect Description

This package contains utilities to work with Java reflection. It is a part of the open-source Guava libraries.



Copyright © 2010-2012. All Rights Reserved.