Status: New
Owner: ----
New issue 585 by [email protected]: Add javax.inject.Named creation
support
http://code.google.com/p/google-guice/issues/detail?id=585
Since com.google.inject.util.Providers adds support for
javax.inject.Provider, I wonder why there's not anything to support
javax.inject.Named.
One quick way could be the com.google.inject.name.NamedImpl class
implements javax.inject.Named, another could be creating a
com.google.inject.util.Named or something similar.
I'd suggest adopting the first approach, so when users bind a Named
instance, they can request injections for both custom Guice's and JSR330's
one.
Thoughts?
--
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.