public class ExecuteAnnotationContent extends Object implements Execute
Constructor and Description |
---|
ExecuteAnnotationContent() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
String |
goal() |
void |
goal(String goal) |
String |
lifecycle() |
void |
lifecycle(String lifecycle) |
LifecyclePhase |
phase() |
void |
phase(String phase) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public LifecyclePhase phase()
public String goal()
public String lifecycle()
public void phase(String phase)
public void goal(String goal)
public void lifecycle(String lifecycle)
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.