Searched refs:exactBindingAnnotationsRequired (Results 1 – 2 of 2) sorted by relevance
39 private boolean exactBindingAnnotationsRequired = false; field in InjectorOptionsProcessor65 exactBindingAnnotationsRequired = true; in visit()77 exactBindingAnnotationsRequired); in getOptions()85 exactBindingAnnotationsRequired || parentOptions.exactBindingAnnotationsRequired); in getOptions()
76 final boolean exactBindingAnnotationsRequired; field in InjectorImpl.InjectorOptions83 boolean exactBindingAnnotationsRequired) { in InjectorOptions() argument88 this.exactBindingAnnotationsRequired = exactBindingAnnotationsRequired; in InjectorOptions()98 .add("exactBindingAnnotationsRequired", exactBindingAnnotationsRequired) in toString()917 if (key.hasAttributes() && !options.exactBindingAnnotationsRequired) {