Home | History | Annotate | Download | only in internal

Lines Matching refs:Stage

22 import com.google.inject.Stage;
69 InjectorOptions getOptions(Stage stage, InjectorOptions parentOptions) {
70 checkNotNull(stage, "stage must be set");
73 stage,
79 checkState(stage == parentOptions.stage, "child & parent stage don't match");
81 stage,