JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.jvnet.hk2.annotations
Contract
Contents
Description
Hide sidebar
Show sidebar
Annotation Type Contract
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
@ContractIndicator
public @interface
Contract
This annotation is used by HK2 during automatic class analysis to indicate that a class or interface should be included in the list of contracts for a service
See Also:
ContractsProvided