Class ConstructorInterceptionInstantiator<T>

java.lang.Object
org.jboss.weld.injection.producer.ForwardingInstantiator<T>
org.jboss.weld.injection.producer.ConstructorInterceptionInstantiator<T>
All Implemented Interfaces:
Instantiator<T>

public class ConstructorInterceptionInstantiator<T> extends ForwardingInstantiator<T>
Delegating Instantiator that takes care of AroundConstruct interceptor invocation.
Author:
Jozef Hartinger