Class AbstractInstantiator<T>

java.lang.Object
org.jboss.weld.injection.producer.AbstractInstantiator<T>
All Implemented Interfaces:
Instantiator<T>
Direct Known Subclasses:
DefaultInstantiator, SubclassedComponentInstantiator

public abstract class AbstractInstantiator<T> extends Object implements Instantiator<T>
  • Constructor Details

    • AbstractInstantiator

      public AbstractInstantiator()
  • Method Details