Interface ProvidesDirectiveTree

All Superinterfaces:
ModuleDirectiveTree, Tree
All Known Implementing Classes:
ProvidesDirectiveTreeImpl

@Beta public interface ProvidesDirectiveTree extends ModuleDirectiveTree
The 'provides' directive from java 9 module directives JLS9 - ยง7.7.4
   provides typeName() with typeNames() ;
 
Since:
Java 9