- All Superinterfaces:
- ModuleElement.Directive
- Enclosing interface:
- ModuleElement
An implementation of a service provided by a module.
- Since:
- 9
- 
Method SummaryModifier and TypeMethodDescriptionList<? extends TypeElement> Returns the implementations of the service being provided.Returns the service being provided.Methods declared in interface javax.lang.model.element.ModuleElement.Directiveaccept, getKind
- 
Method Details- 
getServiceTypeElement getService()Returns the service being provided.- Returns:
- the service being provided
 
- 
getImplementationsList<? extends TypeElement> getImplementations()Returns the implementations of the service being provided.- Returns:
- the implementations of the service being provided
 
 
-