Class ExecuteAnnotationContent
- java.lang.Object
-
- org.apache.maven.tools.plugin.extractor.annotations.datamodel.ExecuteAnnotationContent
-
- All Implemented Interfaces:
Annotation
public class ExecuteAnnotationContent extends Object implements Execute
- Since:
- 3.0
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description ExecuteAnnotationContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()StringcustomPhase()voidcustomPhase(String customPhase)Stringgoal()voidgoal(String goal)Stringlifecycle()voidlifecycle(String lifecycle)LifecyclePhasephase()voidphase(String phase)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
-
-
-
-
Constructor Detail
-
ExecuteAnnotationContent
public ExecuteAnnotationContent()
-
-
Method Detail
-
phase
public LifecyclePhase phase()
-
customPhase
public String customPhase()
-
customPhase
public void customPhase(String customPhase)
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-