java.lang.Object
org.omnifaces.cdi.beans.InjectionPointGenerator
Dummy class used to take the injection point for "InjectionPoint" of, for usage in the implementation of
Beans.getCurrentInjectionPoint(jakarta.enterprise.context.spi.CreationalContext).
The actual injectionPoint being injected is not used.
- Since:
- 2.0
- Author:
- Arjan Tijms
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InjectionPointGenerator
public InjectionPointGenerator()
-
-
Method Details
-
getInjectionPoint
Returns injection point.- Returns:
- Injection point.
-