aws / aws-swf-flow-library

AWS Simple Workflow Flow framework library
Apache License 2.0
61 stars 54 forks source link

Flow Framework @SkipTypeRegistration on a Method #4

Open manikandanrs opened 8 years ago

manikandanrs commented 8 years ago

From @soldiermoth on August 21, 2015 22:17

It appears that the @SkipTypeRegistration annotation only works on an interface level even though it is allowed on methods in the definition.

This appears to be caused by a typo on line POJOActivityImplementationFactory.java#L214 where interfaze should be changed to method.

Copied from original issue: aws/aws-sdk-java#493