Home
last modified time | relevance | path

Searched defs:unwrapValue (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/
DMapKey.java115 boolean unwrapValue() default true; in unwrapValue() method
/external/guice/core/src/com/google/inject/multibindings/
DMapKey.java59 boolean unwrapValue() default true; in unwrapValue() method
/external/dagger2/java/dagger/internal/codegen/binding/
DMapKeys.java83 static Optional<? extends AnnotationValue> unwrapValue(AnnotationMirror mapKey) { in unwrapValue() method in MapKeys