HomeSort by relevance Sort by last modified time
    Searched refs:exactBindingAnnotationsRequired (Results 1 - 2 of 2) sorted by null

  /external/guice/core/src/com/google/inject/internal/
InjectorOptionsProcessor.java 39 private boolean exactBindingAnnotationsRequired = false;
65 exactBindingAnnotationsRequired = true;
77 exactBindingAnnotationsRequired);
85 exactBindingAnnotationsRequired || parentOptions.exactBindingAnnotationsRequired);
InjectorImpl.java 76 final boolean exactBindingAnnotationsRequired;
79 boolean atInjectRequired, boolean exactBindingAnnotationsRequired) {
84 this.exactBindingAnnotationsRequired = exactBindingAnnotationsRequired;
94 .add("exactBindingAnnotationsRequired", exactBindingAnnotationsRequired)
    [all...]

Completed in 57 milliseconds