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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(AnnotatedField annotatedField) void
setFieldName
(String name) toString()
Methods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
getDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
-
Constructor Details
-
AnnotatedField
-
-
Method Details
-
getFieldName
-
setFieldName
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AnnotatedField>
-