Changed Methods |
boolean hasAttributes()
|
Documentation changed from old to new. |
Returns true if this key has annotation attributes. |
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. |