Interface ModuleDeclarationTree

All Superinterfaces:
Tree
All Known Implementing Classes:
ModuleDeclarationTreeImpl

@Beta public interface ModuleDeclarationTree extends Tree
Module declaration. JLS9 - ยง7.7
  annotations() module moduleName() { moduleDirectives() }
  annotations() open module moduleName() { moduleDirectives() }
Since:
Java 9