Uses of Class
org.glassfish.hk2.api.ContractIndicator
-
Packages that use ContractIndicator Package Description org.jvnet.hk2.annotations HK2 annotations that mark components and their required dependencies. Primary API surface of HK2. -
-
Uses of ContractIndicator in org.jvnet.hk2.annotations
Classes in org.jvnet.hk2.annotations with annotations of type ContractIndicator Modifier and Type Class Description 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
-