|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedBinder | |
|---|---|
| org.glassfish.hk2 | |
| Uses of NamedBinder in org.glassfish.hk2 |
|---|
| Subinterfaces of NamedBinder in org.glassfish.hk2 | |
|---|---|
interface |
Binder<T>
A binder instance can be used to customize a binding by providing a name for the bound service. |
| Methods in org.glassfish.hk2 that return NamedBinder | |
|---|---|
NamedBinder<U> |
NamedBinder.annotatedWith(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
Append annotation to the binding. |
NamedBinder<java.lang.Object> |
BinderFactory.bind()
Binds a service which does not implement a contract or interface that can be used to look it up. |
NamedBinder<T> |
Binder.named(java.lang.String name)
Names a binding that will be used to register the service in the registry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||