- All Superinterfaces:
- BlockTagTree,- DocTree
public interface ProvidesTree extends BlockTagTree
A tree node for a @provides block tag.
 
@provides service-type description
- Since:
- 9
- 
Nested Class Summary
- 
Method SummaryModifier and Type Method Description List<? extends DocTree>getDescription()Returns a description of the service type being provided by the module.ReferenceTreegetServiceType()Returns the name of the service type being documented.
- 
Method Details- 
getServiceTypeReferenceTree getServiceType()Returns the name of the service type being documented.- Returns:
- the name of the service type
 
- 
getDescriptionReturns a description of the service type being provided by the module.- Returns:
- the description
 
 
-