Class AnnotatedContent
java.lang.Object
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
- Direct Known Subclasses:
- AnnotatedField,- MojoAnnotationContent
- Since:
- 3.0
- Author:
- Olivier Lamy
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetSince()voidsetDeprecated(String deprecated) voidsetDescription(String description) void
- 
Constructor Details- 
AnnotatedContentpublic AnnotatedContent()
 
- 
- 
Method Details- 
getDescription
- 
setDescription
- 
getSince
- 
setSince
- 
getDeprecated
- 
setDeprecated
 
-