Class ModuleProvidesDirective

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

public class ModuleProvidesDirective extends ModuleDirective implements NodeWithName<ModuleProvidesDirective>
A provides directive in module-info.java. provides X.Y with Z1.Z2, Z3.Z4;