Interface ResourceReferenceFactory<T>

  • Type Parameters:
    T - the type of the resource

    public interface ResourceReferenceFactory<T>
    Identifies a container resource and allows a resource instance to be created for injection.
    Author:
    Jozef Hartinger, Stuart Douglas