Home
last modified time | relevance | path

Searched defs:mapKeyAnnotation (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DMapKeys.java84 MapKey mapKeyAnnotation = mapKey.getAnnotationType().asElement().getAnnotation(MapKey.class); in unwrapValue() local
92 static TypeMirror mapKeyType(AnnotationMirror mapKeyAnnotation, DaggerTypes types) { in mapKeyType()
149 AnnotationMirror mapKeyAnnotation = binding.mapKeyAnnotation().get(); in getMapKeyExpression() local
DContributionBinding.java56 public final Optional<AnnotationMirror> mapKeyAnnotation() { in mapKeyAnnotation() method in ContributionBinding
/external/dagger2/java/dagger/android/processor/
DAndroidMapKeyValidator.java102 AnnotationMirror mapKeyAnnotation = in validateMethod() local
/external/guice/core/src/com/google/inject/internal/
DProvidesMethodScanner.java151 static TypeAndValue<?> typeAndValueOfMapKey(Annotation mapKeyAnnotation) { in typeAndValueOfMapKey()