Uses of Class
com.google.inject.name.Named
-
Packages that use Named Package Description com.google.inject.name Support for binding to string-based names. -
-
Uses of Named in com.google.inject.name
Methods in com.google.inject.name that return Named Modifier and Type Method Description static Named
Names. named(String name)
Creates aNamed
annotation withname
as the value.
-