- java.lang.Object
- 
- org.omnifaces.cdi.beans.InjectionPointGenerator
 
- 
 @Dependent public class InjectionPointGenerator extends Object Dummy class used to take the injection point for "InjectionPoint" of, for usage in the implementation ofBeans.getCurrentInjectionPoint(jakarta.enterprise.context.spi.CreationalContext).The actual injectionPoint being injected is not used. - Since:
- 2.0
- Author:
- Arjan Tijms
 
- 
- 
Constructor SummaryConstructors Constructor Description InjectionPointGenerator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InjectionPointgetInjectionPoint()Returns injection point.
 
- 
- 
- 
Method Detail- 
getInjectionPointpublic InjectionPoint getInjectionPoint() Returns injection point.- Returns:
- Injection point.
 
 
- 
 
-