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 SummaryConstructorsConstructorDescriptionComponentAnnotationContent(String fieldName) ComponentAnnotationContent(String fieldName, String role, String hint) 
- 
Method SummaryModifier and TypeMethodDescriptionClass<? extends Annotation> hint()voidClass<?> role()voidsetRoleClassName(String roleClassName) toString()Methods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedFieldcompareTo, getFieldName, setFieldNameMethods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContentgetDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
- 
Constructor Details- 
ComponentAnnotationContent
- 
ComponentAnnotationContent
 
- 
- 
Method Details- 
role
- 
setRoleClassName
- 
getRoleClassName
- 
hint
- 
hint
- 
annotationType- Specified by:
- annotationTypein interface- Annotation
 
- 
toString- Specified by:
- toStringin interface- Annotation
- Overrides:
- toStringin class- AnnotatedField
 
 
-