java.lang.Object | |
↳ | com.google.inject.name.Names |
Utility methods for use with @
Named
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a constant binding to
@Named(key) for each entry in
properties . | |||||||||||
Creates a constant binding to
@Named(key) for each property. | |||||||||||
Creates a
Named annotation with name as the value. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a constant binding to @Named(key)
for each entry in
properties
.
Creates a constant binding to @Named(key)
for each property. This
method binds all properties including those inherited from
defaults
.
Creates a Named
annotation with name
as the value.