- 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 Summary
Constructors Constructor Description InjectionPointGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InjectionPoint
getInjectionPoint()
Returns injection point.
-
-
-
Method Detail
-
getInjectionPoint
public InjectionPoint getInjectionPoint()
Returns injection point.- Returns:
- Injection point.
-
-