You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@petter: I like your idea for @Inject etc. Another simple workaround in addition could be to allow the user to specify additional classes to include in the reachable part, i.e. apollo.HttpServerModule
This could involve things like scanning classes (in all classpath entries) for
@Inject
annotations and implementations ofProvider
. See http://atinject.googlecode.com/svn/trunk/javadoc/javax/inject/package-summary.html for a description of JSR-330 (which is really very hard to find on the internets).The text was updated successfully, but these errors were encountered: