Home
last modified time | relevance | path

Searched refs:annotationStrategy (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/src/com/google/inject/
DKey.java57 private final AnnotationStrategy annotationStrategy; field in Key
77 this.annotationStrategy = strategyFor(annotationType); in Key()
99 this.annotationStrategy = strategyFor(annotation); in Key()
119 this.annotationStrategy = NullAnnotationStrategy.INSTANCE; in Key()
130 private Key(Type type, AnnotationStrategy annotationStrategy) { in Key() argument
131 this.annotationStrategy = annotationStrategy; in Key()
138 private Key(TypeLiteral<T> typeLiteral, AnnotationStrategy annotationStrategy) { in Key() argument
139 this.annotationStrategy = annotationStrategy; in Key()
149 return typeLiteral.hashCode() * 31 + annotationStrategy.hashCode(); in computeHashCode()
160 return "Key[type=" + typeLiteral + ", annotation=" + annotationStrategy + "]"; in createToStringSupplier()
[all …]