Package net.coru.api.generator.plugin
Class OpenAsyncMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- net.coru.api.generator.plugin.OpenAsyncMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="asyncapi-generation", defaultPhase=GENERATE_SOURCES, requiresDependencyResolution=COMPILE) public final class OpenAsyncMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description OpenAsyncMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Field Detail
-
SUBSCRIBE
public static final String SUBSCRIBE
- See Also:
- Constant Field Values
-
PUBLISH
public static final String PUBLISH
- See Also:
- Constant Field Values
-
OPERATION_ID
public static final String OPERATION_ID
- See Also:
- Constant Field Values
-
-