We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
@SkipTypeRegistration
This appears to be caused by a typo on line POJOActivityImplementationFactory.java#L214 where interfaze should be changed to method.
interfaze
method
Copied from original issue: aws/aws-sdk-java#493
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 tomethod
.Copied from original issue: aws/aws-sdk-java#493
The text was updated successfully, but these errors were encountered: