|
Hi I tried once to accomplish a similar thing for testing and did not find a solution. If your code base does not change during runtime (i.e: there are no plugins which can be dynamically loaded and unloaded) you could use inspection to analyze the code base and create bindings for all classes that fulfill some criteria (i.e. are subclass of CustomSingleton). A nice start point for such a code base scan could be the util class from the stripes project: http://sourceforge.net/p/stripes/code/HEAD/tree/trunk/stripes/src/net/sourceforge/stripes/util/ResolverUtil.java On 05/13/2014 05:16 AM, Linead wrote:
-- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/d/optout. |
- Custom JIT injections Linead
- Re: Custom JIT injections Stephan Classen
- Re: Custom JIT injections Max Ammann
