Jun 4, 2023
About possible approaches: I highly suggest to take a look at Google Guice. Or, somewhat simplified, but still usable approach taken in my library https://github.com/siy/booter-injector
I've abandoned it few years ago (just don't like run-time reflection) and didn't update to support more recent versions of Java, but from short documentation whole approach should be quite clear.
