Interface ProvidesTree
- All Superinterfaces:
- BlockTagTree,- DocTree
A tree node for a 
@provides block tag.
 
    @provides service-type description
 - Since:
- 9
- 
Nested Class SummaryNested classes/interfaces declared in interface com.sun.source.doctree.DocTreeDocTree.Kind
- 
Method SummaryModifier and TypeMethodDescriptionReturns a description of the service type being provided by the module.Returns the name of the service type being documented.Methods declared in interface com.sun.source.doctree.BlockTagTreegetTagName
- 
Method Details- 
getServiceTypeReferenceTree getServiceType()Returns the name of the service type being documented.- Returns:
- the name of the service type
 
- 
getDescription
 
-