Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DBindingAnnotationTest.java76 bind(RedFoo.class); in testRequireExactAnnotationsDoesntBreakIfDefaultsExist()
79 .getInstance(RedFoo.class); in testRequireExactAnnotationsDoesntBreakIfDefaultsExist()
134 static class RedFoo { class in BindingAnnotationTest