Guys, how can I add a Guice "Inject()" constructor modifier?
I see that
CLASSDEF(className) withAnnots(ANNOT("Singleton")) withCtorFlags("Inject()") withParams(....)
would I need to extend and create a custom modifier class? Is there an example to do this anywhere?
Thank you