Class ClazzCreator<T>

java.lang.Object
org.jvnet.hk2.internal.ClazzCreator<T>
Type Parameters:
T - The type of object this creator creates
All Implemented Interfaces:
Creator<T>

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