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
Currently, the specification states that a class implementing Extension isn't a managed bean:
Extension
A Java class is a managed bean if it meets all of the following conditions: It does not implement jakarta.enterprise.inject.spi.Extension.
A Java class is a managed bean if it meets all of the following conditions:
jakarta.enterprise.inject.spi.Extension
However, it fails to mention BuildCompatibleExtension. Note that BCE are already forbidden from becoming bean by javadoc on BCE class - see this.
BuildCompatibleExtension
The text was updated successfully, but these errors were encountered:
manovotn
Successfully merging a pull request may close this issue.
Currently, the specification states that a class implementing
Extension
isn't a managed bean:However, it fails to mention
BuildCompatibleExtension
.Note that BCE are already forbidden from becoming bean by javadoc on BCE class - see this.
The text was updated successfully, but these errors were encountered: