This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
public static class | Directive.
'exports' Package ';' 'exports' Package 'to' ModuleList ';' |
public static enum | Directive.
Flags for ExportsDirective. |
public static class | Directive.
'opens' Package ';' 'opens' Package 'to' ModuleList ';' |
public static enum | Directive.
Flags for OpensDirective. |
public static class | Directive.
'provides' ServiceName 'with' QualifiedIdentifier ';' |
public static class | Directive.
'requires' ('static' | 'transitive')* ModuleName ';' |
public static enum | Directive.
Flags for RequiresDirective. |
public static class | Directive.
'uses' ServiceName ';' |
Access | Constructor and Description |
---|---|
public |