Searched refs:MethodWithBindingAnnotation (Results 1 – 1 of 1) sorted by relevance
255 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