Interface InstanceFactory<T>

All Known Implementing Classes:
ConstructorInstanceFactory, ImmediateInstanceFactory

public interface InstanceFactory<T>
Factory that creates fully injected component instances.
Author:
Stuart Douglas
  • Method Summary

    Modifier and Type
    Method
    Description
    Factory that creates a fully injected instance.