Generated by
JDiff

Class com.google.inject.Key

Documentation changed from old to new.

Changed Constructors
Key(Class<Annotation>) Documentation changed from old to new.
Constructs a new key.
Key(Annotation) Documentation changed from old to new.
Constructs a new key.
Key(void) Documentation changed from old to new.
Constructs a new key.
 

Changed Methods
Key<T> withoutAttributes() Documentation changed from old to new.
Returns this key without annotation attributes, i.e.
Key<?> ofType(Type) Documentation changed from old to new.
Returns a new key of the specified type with the same annotation as this key.
Key<T> ofType(TypeLiteral<T>) Documentation changed from old to new.
Returns a new key of the specified type with the same annotation as this key.
Key<T> ofType(Class<T>) Documentation changed from old to new.
Returns a new key of the specified type with the same annotation as this key.