Interface InjectorController

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface InjectorController
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(Resources resources)
    Resources initializer
  • Method Details

    • initialize

      void initialize(Resources resources)
      Resources initializer
      Parameters:
      resources - the resources to initialize