Class SubclassedComponentInstantiator<T>

java.lang.Object
org.jboss.weld.injection.producer.AbstractInstantiator<T>
org.jboss.weld.injection.producer.SubclassedComponentInstantiator<T>
Type Parameters:
T -
All Implemented Interfaces:
Instantiator<T>

public class SubclassedComponentInstantiator<T> extends AbstractInstantiator<T>
Instantiates an enhanced subclass of a given component class. This class is thread-safe.
Author:
Jozef Hartinger