Home | History | Annotate | Download | only in inject

Lines Matching refs:red

484     final Named red = Names.named("red");
487 bind(AbstractModule.class).annotatedWith(red)
489 bind(Binder.class).annotatedWith(red).toProvider(Providers.<Binder>of(null));
490 bind(Binding.class).annotatedWith(red).toProvider(Providers.<Binding>of(null));
491 bind(Injector.class).annotatedWith(red).toProvider(Providers.<Injector>of(null));
492 bind(Key.class).annotatedWith(red).toProvider(Providers.<Key>of(null));
493 bind(Module.class).annotatedWith(red).toProvider(Providers.<Module>of(null));
494 bind(Provider.class).annotatedWith(red).toProvider(Providers.<Provider>of(null));
495 bind(Scope.class).annotatedWith(red).toProvider(Providers.<Scope>of(null));
496 bind(Stage.class).annotatedWith(red).toProvider(Providers.<Stage>of(null));
497 bind(TypeLiteral.class).annotatedWith(red).toProvider(Providers.<TypeLiteral>of(null));