aws / aws-swf-build-tools

Apache License 2.0
13 stars 16 forks source link

Amazon SWF Build Tools

The AWS SWF build tools helps to generate several key classes based on annotated source code in customer's flow code base. The build tools jar can be downloaded from Maven by:

    <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-swf-build-tools</artifactId>
       <version>1.0</version>
    </dependency>