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.
If a TypeListener is used as an argument to requestInjection(), it should be injected before it is
exercised. See the internal Initializable interface.
I tried to "enrich" the example from the custom injection page ( https://code.google.com/p/google-guice/wiki/CustomInjections ). In this example the logger instance gets the class into it has been injected as its category. I tried to create the logger category from the class name plus an "instance" name. This "instance" name gets injected into the TypeListener.
From limpbizkit on August 10, 2009 03:48:44
If a TypeListener is used as an argument to requestInjection(), it should be injected before it is
exercised. See the internal Initializable interface.
See this thread http://groups.google.com/group/google- guice/browse_thread/thread/80d32f87ba17bd6b/30ad7c576e72a130
Original issue: http://code.google.com/p/google-guice/issues/detail?id=409
The text was updated successfully, but these errors were encountered: