Class DynamicParamValueProducer

java.lang.Object
org.omnifaces.cdi.param.DynamicParamValueProducer
All Implemented Interfaces:
Contextual<Object>, Bean<Object>, BeanAttributes<Object>, PassivationCapable

@Typed public class DynamicParamValueProducer extends Object implements Bean<Object>, PassivationCapable
Dynamic CDI producer used to work around CDI's restriction to create true generic producers.

This dynamic producer calls through to the "real" producer for @Param annotated injection points.

Since:
2.0
Author:
Arjan Tijms
See Also: