Interface ModuleElement.Directive

All Known Subinterfaces:
ModuleElement.ExportsDirective, ModuleElement.OpensDirective, ModuleElement.ProvidesDirective, ModuleElement.RequiresDirective, ModuleElement.UsesDirective
Enclosing interface:
ModuleElement

public static interface ModuleElement.Directive
Represents a directive within the declaration of this module. The directives of a module declaration configure the module in the Java Platform Module System.
Since:
9