- All Superinterfaces:
- ModuleElement.Directive
- Enclosing interface:
- ModuleElement
public static interface ModuleElement.UsesDirective extends ModuleElement.Directive
A reference to a service used by a module.
- Since:
- 9
- 
Method SummaryModifier and Type Method Description TypeElementgetService()Returns the service that is used.
- 
Method Details- 
getServiceTypeElement getService()Returns the service that is used.- Returns:
- the service that is used
 
 
-