Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DProvisionExceptionTest.java255 injector.getInstance(MethodWithBindingAnnotation.class); in testBindingAnnotationsOnMethodsAndConstructors()
260 MethodWithBindingAnnotation.class.getName() + ".injectMe() is annotated with @", in testBindingAnnotationsOnMethodsAndConstructors()
263 "while locating " + MethodWithBindingAnnotation.class.getName()); in testBindingAnnotationsOnMethodsAndConstructors()
414 static class MethodWithBindingAnnotation { class in ProvisionExceptionTest