Home
last modified time | relevance | path

Searched refs:requireExactBindingAnnotations (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/test/com/google/inject/
DBindingAnnotationTest.java52 binder().requireExactBindingAnnotations(); in testRequireExactAnnotationsDisablesFallback()
70 binder().requireExactBindingAnnotations(); in testRequireExactAnnotationsDoesntBreakIfDefaultsExist()
82 binder().requireExactBindingAnnotations(); in testRequireExactAnnotationsRequireAllOptionals()
/external/guice/core/src/com/google/inject/spi/
DRequireExactBindingAnnotationsOption.java41 binder.withSource(getSource()).requireExactBindingAnnotations(); in applyTo()
DElements.java450 public void requireExactBindingAnnotations() { in requireExactBindingAnnotations() method in Elements.RecordingBinder
/external/guice/core/src/com/google/inject/
DBinder.java510 void requireExactBindingAnnotations(); in requireExactBindingAnnotations() method