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
per CDI spec:
the container must provide beans allowing decorators to obtain information about the beans they intercept and decorate: a bean with scope @Dependent, qualifier @Decorated and type Bean which can be injected into any decorator instance.
the container must provide beans allowing decorators to obtain information about the beans they intercept and decorate:
a bean with scope @Dependent, qualifier @Decorated and type Bean which can be injected into any decorator instance.
This is not supported by quarkus yet.
The text was updated successfully, but these errors were encountered:
/cc @Ladicek (arc), @manovotn (arc), @mkouba (arc)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
per CDI spec:
This is not supported by quarkus yet.
The text was updated successfully, but these errors were encountered: