接口 JavaModuleDescriptor.JavaOpens

所有已知实现类:
DefaultJavaModuleDescriptor.DefaultJavaOpens
封闭接口:
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
作者:
Robert Scholte