- All Superinterfaces:
BlockTagTree
,DocTree
public interface UsesTree extends BlockTagTree
A tree node for an @uses block tag.
@uses service-type description
- Since:
- 9
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description List<? extends DocTree>
getDescription()
Returns a description of the use of service type within the module.ReferenceTree
getServiceType()
Returns the name of the service type being documented.
-
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
-