Issue 257: @Named shortcut could use parameter's name http://code.google.com/p/google-guice/issues/detail?id=257
Comment #2 by sven.linstaedt: Please also consider method and constructor parameter names are not accessible at runtime. The names will be purged from the .class files, if the .java files are not compiled with debug flag set. Even we could use this debug information in .class files using asm, this does not sound like a good solution to me. If the files are not compiled with debug flag (e.g. for use in a productional environment), we would get an absolute different application behaviour. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice-dev" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
