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
i define the following interface:
@AutoPipeline public interface ConfigHolder { ConfigHolder get(); }
and the generated AbstractConfigHolderHandlerContext has compilation errors (an extra comma):
@Override public ConfigHolder get() { return handler().get(, next); }
The text was updated successfully, but these errors were encountered:
fix: fix compiler error with no-arg method in pipeline, issue #32
6e90fc2
thanks @happyomg , has fixed it.
Sorry, something went wrong.
e7c3476
71e7796
zavakid
No branches or pull requests
i define the following interface:
and the generated AbstractConfigHolderHandlerContext has compilation errors (an extra comma):
The text was updated successfully, but these errors were encountered: