Class ExecuteAnnotationContent
java.lang.Object
org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
- All Implemented Interfaces:
- Annotation
- Since:
- 3.0
- Author:
- Olivier Lamy
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionClass<? extends Annotation> voidcustomPhase(String customPhase) goal()voidvoidphase()voidtoString()
- 
Constructor Details- 
ExecuteAnnotationContentpublic ExecuteAnnotationContent()
 
- 
- 
Method Details- 
phase
- 
customPhase
- 
goal
- 
lifecycle
- 
phase
- 
customPhase
- 
goal
- 
lifecycle
- 
annotationType- Specified by:
- annotationTypein interface- Annotation
 
- 
toString- Specified by:
- toStringin interface- Annotation
- Overrides:
- toStringin class- Object
 
 
-