Interface JavaModuleDescriptor.JavaExports

  • All Known Implementing Classes:
    DefaultJavaModuleDescriptor.DefaultJavaExports
    Enclosing interface:
    JavaModuleDescriptor

    public static interface JavaModuleDescriptor.JavaExports
    Represents the following ModuleStatement:
    exports SOURCE [to TARGET{, TARGET}]; where SOURCE matches a PackageName and TARGET matches a ModuleName
    Author:
    Robert Scholte