Interface ModuleElement

All Superinterfaces:
AnnotatedConstruct, Element, QualifiedNameable

public interface ModuleElement
extends Element, QualifiedNameable
Represents a module program element. Provides access to information about the module, its directives, and its members.
See Java Language Specification:
7.7 Module Declarations
Since:
9
See Also:
Elements.getModuleOf(javax.lang.model.element.Element)