Hi @gabe,
You can try one of the following:
- Add a new constructor with the required parameter and make it invoke the generated one via
this(...)
- Use runtime dependency injection.
The second is guaranteed to work. Haven't tested the first but is definitely cleaner (if it works).