public abstract interface ModuleElement
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Represents a module program element. Provides access to information about the module, its directives, and its members.

extends Element, QualifiedNameable

See also:
javax.lang.model.util.Elements.getModuleOf

Since:  9

@jls 7.7 Module Declarations
@spec JPMS