Home
last modified time | relevance | path

Searched defs: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
130 private Key(Type type, AnnotationStrategy annotationStrategy) { in Key()
138 private Key(TypeLiteral<T> typeLiteral, AnnotationStrategy annotationStrategy) { in Key()