Uses of Class
org.jvnet.hk2.annotations.Contract

Packages that use Contract
org.glassfish.hk2   
org.glassfish.hk2.inject   
org.jvnet.hk2.annotations HK2 annotations that mark components and their required dependencies. Primary API surface of HK2. 
 

Uses of Contract in org.glassfish.hk2
 

Classes in org.glassfish.hk2 with annotations of type Contract
 interface Module
          A module defines the binding for a Services instance.
 interface Scope
           
 interface Services
          Services is the registry for HK2 services.
 

Uses of Contract in org.glassfish.hk2.inject
 

Classes in org.glassfish.hk2.inject with annotations of type Contract
 interface Creator
           
 interface Injector
          Defines a simple API for injecting HK2 components
 

Uses of Contract in org.jvnet.hk2.annotations
 

Classes in org.jvnet.hk2.annotations with annotations of type Contract
 interface Builder<T>
          Simple builder contract
 interface FactoryFor
          Indicates that the component serves as a factory for the specified type(s).
 interface InhabitantMetadata
          Meta-annotation to make annotation values readable as org.glassfish.hk2.Descriptor#metadata().
 interface RunLevel
          Defines the notion of a run level a la Unix.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.