Home | History | Annotate | Download | only in inject

Lines Matching refs:stage

56    * calling {@link #createInjector(Stage, Module...)} with Stage.DEVELOPMENT.
67 * calling {@link #createInjector(Stage, Iterable)} with Stage.DEVELOPMENT.
73 return createInjector(Stage.DEVELOPMENT, modules);
78 * stage.
83 public static Injector createInjector(Stage stage, Module... modules) {
84 return createInjector(stage, Arrays.asList(modules));
89 * stage.
94 public static Injector createInjector(Stage stage,
97 .stage(stage)