Generated by
JDiff

Class com.google.inject.Key

Added Methods
boolean hasAttributes() Returns true if this key has annotation attributes.
Key<?> ofType(Type) Returns a new key of the specified type with the same annotation as this key.
Key<T> ofType(TypeLiteral<T>) Returns a new key of the specified type with the same annotation as this key.
Key<T> ofType(Class<T>) Returns a new key of the specified type with the same annotation as this key.
Key<T> withoutAttributes() Returns this key without annotation attributes, i.e.