@Documented
@Retention(value=RUNTIME)
@Target(value=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