Computes the hash code for this key.
()
| 135 | |
| 136 | /** Computes the hash code for this key. */ |
| 137 | private int computeHashCode() { |
| 138 | return typeLiteral.hashCode() * 31 + annotationStrategy.hashCode(); |
| 139 | } |
| 140 | |
| 141 | /** Gets the key type. */ |
| 142 | public final TypeLiteral<T> getTypeLiteral() { |