Skip to content

Commit

Permalink
Merge pull request #32681 from mkouba/issue-13464
Browse files Browse the repository at this point in the history
ArC - improve the AdditionalBeanBuildItem javadoc
  • Loading branch information
mkouba authored Apr 17, 2023
2 parents 6c7268b + c9422dc commit f14cbb6
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit f14cbb6

Please sign in to comment.