Interface InstanceFactory<T>

    • Method Detail

      • createInstance

        InstanceHandle<T> createInstance()
                                  throws java.lang.InstantiationException
        Factory that creates a fully injected instance.
        Returns:
        The fully injected instance
        Throws:
        java.lang.InstantiationException