public static interface JavaModuleDescriptor.JavaRequires
requires [public] [static] NAME;
Where NAME matches a ModuleNameModifier and Type | Method and Description |
---|---|
Collection<String> |
getModifiers() |
JavaModule |
getModule() |
boolean |
isStatic() |
boolean |
isTransitive() |
JavaModule getModule()
boolean isTransitive()
boolean isStatic()
Collection<String> getModifiers()
Copyright © 2002–2018. All rights reserved.