Generated by
JDiff

Package com.google.common.reflect

Changed Classes and Interfaces
AbstractInvocationHandler Abstract implementation of InvocationHandler that handles Object.equals, Object.hashCode and Object.toString.
ClassPath.ResourceInfo Represents a class path resource that can be either a class file or any other resource file loadable from the class path.
ImmutableTypeToInstanceMap A type-to-instance map backed by an ImmutableMap.
Invokable Wrapper around either a Method or a Constructor.
MutableTypeToInstanceMap A mutable type-to-instance map.
Parameter Represents a method or constructor parameter.
TypeParameter Captures a free type variable that can be used in TypeToken.where.
TypeToInstanceMap A map, each entry of which maps a TypeToken to an instance of that type.
TypeToken A Type with generics.