Interface JavaModuleDescriptor.JavaOpens

All Known Implementing Classes:
DefaultJavaModuleDescriptor.DefaultJavaOpens
Enclosing interface:
JavaModuleDescriptor

public static interface JavaModuleDescriptor.JavaOpens
Represents the following ModuleStatement:
opens SOURCE [to TARGET{, TARGET}]; where SOURCE matches a PackageName and TARGET matches a ModuleName