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
ConstructorsConstructorDescriptionComponentAnnotationContent(String fieldName) ComponentAnnotationContent(String fieldName, String role, String hint) -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> hint()voidClass<?> role()voidsetRoleClassName(String roleClassName) toString()Methods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedField
compareTo, getFieldName, setFieldNameMethods 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:
annotationTypein interfaceAnnotation
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classAnnotatedField
-