Class ModuleExportsDirective

All Implemented Interfaces:
NodeWithName<ModuleExportsDirective>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class ModuleExportsDirective extends ModuleDirective implements NodeWithName<ModuleExportsDirective>
An exports directive in module-info.java. exports R.S to T1.U1, T2.U2;