- All Superinterfaces:
 BlockTagTree,DocTree
A tree node for an 
@uses block tag.
 
    @uses service-type description
 - Since:
 - 9
 
- 
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind - 
Method Summary
Modifier and TypeMethodDescriptionReturns a description of the use of service type within the module.Returns the name of the service type being documented.Methods declared in interface com.sun.source.doctree.BlockTagTree
getTagName 
- 
Method Details
- 
getServiceType
ReferenceTree getServiceType()Returns the name of the service type being documented.- Returns:
 - the name of the service type
 
 - 
getDescription
Returns a description of the use of service type within the module.- Returns:
 - the description
 
 
 -