Home | History | Annotate | Download | only in internal

Lines Matching refs:exactBindingAnnotationsRequired

76     final boolean exactBindingAnnotationsRequired;
79 boolean atInjectRequired, boolean exactBindingAnnotationsRequired) {
84 this.exactBindingAnnotationsRequired = exactBindingAnnotationsRequired;
94 .add("exactBindingAnnotationsRequired", exactBindingAnnotationsRequired)
870 if (key.hasAttributes() && !options.exactBindingAnnotationsRequired) {