I had been having problems for the last 24 hours with a ClassNotFoundException (could not find com.google.inject.internal.cglib.reflect.FastClass). It ends up that I had inadvertently decorated a method with the @Inject annotation, a method that I had no intentioned of injecting. But why would this mistake manifest itself via a ClassNotFoundException?
(By the way, I don't know if this is relevant, but the method I accidentally decorated took only String arguments.) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
