JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Annotation Interface
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 a
Named
annotation with
name
as the value.