Home
last modified time | relevance | path

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

/external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/
DBoundFieldModuleTest.java171 private static @interface SomeBindingAnnotation {} annotation in BoundFieldModuleTest
179 @SomeBindingAnnotation in testBindingWithBindingAnnotation()
189 injector.getInstance(Key.get(Integer.class, SomeBindingAnnotation.class))); in testBindingWithBindingAnnotation()
309 @SomeBindingAnnotation in testFailureOnMultipleBindingAnnotations()