Class InterceptorApplyingInstantiator<T>

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

public class InterceptorApplyingInstantiator<T> extends ForwardingInstantiator<T>
A wrapper over SubclassedComponentInstantiator that registers interceptors within the method handler. This class is thread-safe.
Author:
Jozef Hartinger