Uses of Interface
org.glassfish.hk2.ContractLocator

Packages that use ContractLocator
org.glassfish.hk2   
org.jvnet.hk2.component   
org.jvnet.hk2.deprecated.internal   
 

Uses of ContractLocator in org.glassfish.hk2
 

Methods in org.glassfish.hk2 that return ContractLocator
 ContractLocator<T> ContractLocator.annotatedWith(Class<? extends Annotation> annotation)
          Deprecated. Qualify this ContractLocator to identify services have the given annotation.
 ContractLocator<T> ContractLocator.in(Scope scope)
          Deprecated. Qualify this ContractLocator to identify services that are scoped scope.
 ContractLocator<T> ContractLocator.named(String name)
          Deprecated. Qualify this ContractLocator to identify services that are named name.
 

Uses of ContractLocator in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return ContractLocator
 ContractLocator<T> ContractLocatorImpl.annotatedWith(Class<? extends Annotation> annotation)
          Deprecated.  
 ContractLocator<T> ContractLocatorImpl.in(Scope scope)
          Deprecated.  
 ContractLocator<T> ContractLocatorImpl.named(String name)
          Deprecated.  
 

Uses of ContractLocator in org.jvnet.hk2.deprecated.internal
 

Classes in org.jvnet.hk2.deprecated.internal that implement ContractLocator
 class ContractLocatorImpl<T>
          Deprecated. 
 

Methods in org.jvnet.hk2.deprecated.internal that return ContractLocator
 ContractLocator<T> ContractLocatorImpl.annotatedWith(Class<? extends Annotation> annotation)
          Deprecated.  
 ContractLocator<T> ContractLocatorImpl.in(Scope scope)
          Deprecated.  
 ContractLocator<T> ContractLocatorImpl.named(String name)
          Deprecated.  
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.