Skip to content
New issue

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

ArC - improve the AdditionalBeanBuildItem javadoc #32681

Merged
merged 1 commit into from
Apr 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
* An additional bean may have the scope defaulted via {@link #defaultScope} and {@link Builder#setDefaultScope(DotName)}. The
* default scope is only used if there is no scope declared on the bean class. The default scope should be used in cases where a
* bean class source is not controlled by the extension and the scope annotation cannot be declared directly on the class.
*
* <h2>Generated Classes</h2>
*
* This build item should never be produced for a generated class - {@link GeneratedBeanBuildItem} and
* {@link GeneratedBeanGizmoAdaptor} should be used instead.
*/
public final class AdditionalBeanBuildItem extends MultiBuildItem {

Expand Down