Class AnnotatedField
java.lang.Object
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
- All Implemented Interfaces:
- Comparable<AnnotatedField>
- Direct Known Subclasses:
- ComponentAnnotationContent,- ParameterAnnotationContent
- Since:
- 3.0
- Author:
- Olivier Lamy
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(AnnotatedField annotatedField) voidsetFieldName(String name) toString()Methods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContentgetDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
- 
Constructor Details- 
AnnotatedField
 
- 
- 
Method Details- 
getFieldName
- 
setFieldName
- 
toString
- 
compareTo- Specified by:
- compareToin interface- Comparable<AnnotatedField>
 
 
-