- 封闭接口:
- 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
-
方法概要
-
方法详细资料
-
getSource
JavaPackage getSource() -
getTargets
Collection<JavaModule> getTargets()
-