Class InterceptingProducer<I>

java.lang.Object
org.microbean.bean.InterceptingProducer<I>
Type Parameters:
I - the type of contextual instance
All Implemented Interfaces:
Aggregate, Producer<I>

public final class InterceptingProducer<I> extends Object implements Producer<I>
A Producer that applies constructor interception to produce contextual instances.
Author:
Laird Nelson
See Also:
  • InterceptorMethod