Hacker News new | ask | show | jobs
by UK-AL 4425 days ago
Adding @Inject is hard now?

Most DI frameworks automatically configure, and register objects. So literally all you need to add is the annotation.

Then you can override the automatic registration with you own, with different implementation when required.