Package org.jvnet.hk2.annotations

HK2 annotations that mark components and their required dependencies. Primary API surface of HK2.

See:
          Description

Annotation Types Summary
Contract Marker annotation to allow implementations to be discovered from the contract they implement.
ContractProvided Deprecated.
ContractsProvided An explicit list of contracts provided.
Decorate Deprecated.
FactoryFor Deprecated.
Index Marks the index property of the Contract annotations.
InhabitantAnnotation Meta-annotation indicating that the annotation designates a resident service of a org.glassfish.hk2.Services.
Multiple Deprecated.
Optional Marker annotation indicating that an instance variable or method marked with Inject is not required to be present at run-time.
Service Marker interface for service implementation.
ServiceProvider Deprecated.
 

Package org.jvnet.hk2.annotations Description

HK2 annotations that mark components and their required dependencies. Primary API surface of HK2.

HK2 modules primarily interact with HK2 by using these annotations.



Copyright © 2013 Oracle Corporation. All Rights Reserved.