Interface InternalFactory<T>

All Known Implementing Classes:
InternalFactory.Instance

public interface InternalFactory<T>
Creates objects which will be injected.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    ES: An factory that returns a pre created instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Errors errors, InternalContext context, Dependency<?> dependency)
    Creates an object to be injected.