- 封闭接口:
- JavaModuleDescriptor
public static interface JavaModuleDescriptor.JavaRequires
Represents the following ModuleStatement:
requires [public] [static] NAME;
Where NAME matches a ModuleName- 作者:
- Robert Scholte
-
方法概要
-
方法详细资料
-
getModule
JavaModule getModule() -
isTransitive
boolean isTransitive() -
isStatic
boolean isStatic() -
getModifiers
Collection<String> getModifiers()
-