JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
DRAFT 23-internal-2024-04-16-1247301.vklang...
java.compiler
javax.lang.model.element
ModuleElement.UsesDirective
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getService()
Interface ModuleElement.UsesDirective
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 Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
TypeElement
getService
()
Returns the service that is used.
Methods declared in interface javax.lang.model.element.
ModuleElement.Directive
accept
,
getKind
Method Details
getService
TypeElement
getService
()
Returns the service that is used.
Returns:
the service that is used