Class MojoAnnotationContent
java.lang.Object
org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContent
org.apache.maven.tools.plugin.extractor.annotations.datamodel.MojoAnnotationContent
- All Implemented Interfaces:
- Annotation
- Since:
- 3.0
- Author:
- Olivier Lamy
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidaggregator(boolean aggregator) Class<? extends Annotation> voidconfigurator(String configurator) voiddefaultPhase(String phase) voidexecutionStrategy(String executionStrategy) booleanvoidinheritByDefault(boolean inheritByDefault) voidinstantiationStrategy(String instantiationStrategy) name()voidvoidrequiresDependencyCollection(String requiresDependencyCollection) voidrequiresDependencyResolution(String requiresDependencyResolution) booleanvoidrequiresDirectInvocation(boolean requiresDirectInvocation) booleanvoidrequiresOnline(boolean requiresOnline) booleanvoidrequiresProject(boolean requiresProject) booleanvoidrequiresReports(boolean requiresReports) booleanvoidthreadSafe(boolean threadSafe) toString()Methods inherited from class org.apache.maven.tools.plugin.extractor.annotations.datamodel.AnnotatedContentgetDeprecated, getDescription, getSince, setDeprecated, setDescription, setSince
- 
Constructor Details- 
MojoAnnotationContentpublic MojoAnnotationContent()
 
- 
- 
Method Details- 
annotationType- Specified by:
- annotationTypein interface- Annotation
 
- 
defaultPhase
- 
defaultPhase
- 
requiresDependencyResolution
- 
requiresDependencyResolution
- 
requiresDependencyCollection
- 
requiresDependencyCollection
- 
instantiationStrategy
- 
instantiationStrategy
- 
executionStrategy
- 
executionStrategy
- 
requiresProject
- 
requiresProject
- 
requiresReports
- 
requiresReports
- 
aggregator
- 
aggregator
- 
requiresDirectInvocation
- 
requiresDirectInvocation
- 
requiresOnline
- 
requiresOnline
- 
inheritByDefault
- 
inheritByDefault
- 
configurator
- 
configurator
- 
threadSafe
- 
threadSafe
- 
name
- 
name
- 
toString- Specified by:
- toStringin interface- Annotation
- Overrides:
- toStringin class- Object
 
 
-