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.java52 private final AnnotationStrategy annotationStrategy; field in Key
121 private Key(Type type, AnnotationStrategy annotationStrategy) { in Key()
128 private Key(TypeLiteral<T> typeLiteral, AnnotationStrategy annotationStrategy) { in Key()
208 static <T> Key<T> get(Class<T> type, AnnotationStrategy annotationStrategy) { in get()