Package magnet

Interface Factory.Instantiator<T>

  • Enclosing interface:
    Factory<T>

    public static interface Factory.Instantiator<T>
    Instantiator creates new instance of given type using new operator.
    • Method Detail

      • instantiate

        @NotNull
        T instantiate​(Scope scope)