steve
steve copied to clipboard
Use SteveConfiguration as Spring component
Goal: Avoid global variable and inject instance everywhere needed.
Extra:
- Extract UnknownChargePointService in order to remove the dependency cycle.
- Prefer constructor injection instead of field injection when a class was modified