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