Class AnnotateClassesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.royale.compiler.tools.annotate.AnnotateClassesMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="add-class-annotation",
defaultPhase=PROCESS_SOURCES)
public class AnnotateClassesMojo
extends org.apache.maven.plugin.AbstractMojo
Goal which adds annotations to generated classes.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AnnotateClassesMojo() -
Method Summary
Modifier and Type Method Description voidexecute()
-
Field Details
-
Constructor Details
-
AnnotateClassesMojo
public AnnotateClassesMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-