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
It could be possible to tell on the blueprint that you want your decorators to be called before super from the decorated class, something like:
// blueprint @beforeSuper @Override public void someMethod(){}
// decorated class @Override public void someMethod(){ decorators.someMethod(); super.someMethod(); }
related: #22
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It could be possible to tell on the blueprint that you want your decorators to be called before super from the decorated class, something like:
related: #22
The text was updated successfully, but these errors were encountered: