Class FactoryCreator<T>

java.lang.Object
org.jvnet.hk2.internal.FactoryCreator<T>
Type Parameters:
T - The thing this factory is producing
All Implemented Interfaces:
Creator<T>

public class FactoryCreator<T> extends Object implements Creator<T>