Uses of Interface
org.glassfish.hk2.NamedBinder

Packages that use NamedBinder
org.glassfish.hk2   
 

Uses of NamedBinder in org.glassfish.hk2
 

Subinterfaces of NamedBinder in org.glassfish.hk2
 interface Binder<T>
          Deprecated. 
 

Methods in org.glassfish.hk2 that return NamedBinder
 NamedBinder<U> NamedBinder.annotatedWith(Class<? extends Annotation> annotation)
          Deprecated. Append annotation to the binding.
 NamedBinder<Object> BinderFactory.bind()
          Deprecated. Binds a service which does not implement a contract or interface that can be used to look it up.
 NamedBinder<T> Binder.named(String name)
          Deprecated. Names a binding that will be used to register the service in the registry.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.