public interface ModuleDependencyCapabilitiesHandler
Modifier and Type | Method | Description |
---|---|---|
void |
requireCapabilities(java.lang.Object... capabilityNotations) |
Requires multiple capabilities.
|
void |
requireCapability(java.lang.Object capabilityNotation) |
Requires a single capability.
|
void requireCapability(java.lang.Object capabilityNotation)
capabilityNotation
- the capability notation (e.g. group:name:version), Providers are also acceptedvoid requireCapabilities(java.lang.Object... capabilityNotations)
capabilityNotations
- the capability notations (e.g. group:name:version), Providers are also accepted