Class ComponentAnnotationContent
java.lang.Object
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
- All Implemented Interfaces:
Annotation
- Since:
- 3.0
- Author:
- Olivier Lamy
-
Constructor Summary
ConstructorDescriptionComponentAnnotationContent
(String fieldName) ComponentAnnotationContent
(String fieldName, String role, String hint) -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
hint()
void
Class<?>
role()
void
setRoleClassName
(String roleClassName) toString()
Methods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
compareTo, getFieldName, setFieldName
Methods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
getDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
-
Constructor Details
-
ComponentAnnotationContent
-
ComponentAnnotationContent
-
-
Method Details
-
role
-
setRoleClassName
-
getRoleClassName
-
hint
-
hint
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
toString
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classAnnotatedField
-