Issue 257: @Named shortcut could use parameter's name
http://code.google.com/p/google-guice/issues/detail?id=257
Comment #1 by crazyboblee:
I've argued against this in the past. The parameter to @Named is public and
shared,
while we don't expect the same of our method parameter names. Someone can
innocently
rename a parameter and unknowingly change the behavior of their
application. We also
shouldn't encourage use of @Named and this would certainly do that by
making @Named
w/ implicit names easier to use than more type-safe and straightforward
approaches.
Closing this for now. Re-open if you feel strongly about it.
Issue attribute updates:
Status: WontFix
--
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
-~----------~----~----~----~------~----~------~--~---