Interface StepController.Factory

  • Enclosing class:
    StepController

    public static interface StepController.Factory
    Used for assisted injects. Guice will automatically create an instance of this interface so we can create step controllers. This lets us use injection with StepController even though it requires a Step (which is not an injected dependency).