Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/name/
DNamedEquivalanceTest.java45 private static final Module GUICE_BINDING_MODULE = moduleWithAnnotation(Names.named("foo"));
46 private static final Module JSR330_BINDING_MODULE = moduleWithAnnotation(new JsrNamed("foo"));
142 private static Module moduleWithAnnotation(final Annotation annotation) { in moduleWithAnnotation() method in NamedEquivalanceTest