public interface JavaModuleProvides extends JavaElement
EMPTY_ARRAY| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<java.lang.String> | 
getServiceImplementations()
Get the name of the type of the implementations of the
 service interface, which will be in the form foo/bar. 
 | 
java.lang.String | 
getServiceInterface()
Get the name of the type of the service interface, which
 will be in the form foo/bar. 
 | 
getElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isMandated, isSourceElement, isSynthetic, printCompiledInfojava.lang.String getServiceInterface()
java.util.Collection<java.lang.String> getServiceImplementations()