Package com.sun.faces.cdi
Class InjectionPointGenerator
java.lang.Object
com.sun.faces.cdi.InjectionPointGenerator
@Dependent public class InjectionPointGenerator extends Object
This is a work around in order to be able to get InjectionPoint
in CdiProducer
. It is broken in some
Weld versions.
- Since:
- 2.3
-
Constructor Summary
Constructors Constructor Description InjectionPointGenerator()
-
Method Summary
Modifier and Type Method Description jakarta.enterprise.inject.spi.InjectionPoint
getInjectionPoint()
-
Constructor Details
-
InjectionPointGenerator
public InjectionPointGenerator()
-
-
Method Details
-
getInjectionPoint
public jakarta.enterprise.inject.spi.InjectionPoint getInjectionPoint()
-