Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/cdi.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kouba <[email protected]>
  • Loading branch information
rmanibus and mkouba authored Oct 16, 2024
1 parent d54e1b2 commit 9673ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/cdi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public class LargeTxAccount implements Account { <3>
<2> `@Decorator` marks a decorator component.
<3> The set of decorated types includes all bean types which are Java interfaces, except for `java.io.Serializable`.
<4> Each decorator must declare exactly one _delegate injection point_. The decorator applies to beans that are assignable to this delegate injection point.
<5> It is possible to get contextual info about the decorated bean by using the @Decorated qualifier.
<5> It is possible to obtain information about the decorated bean by using the `@Decorated` qualifier.
<6> Decorators can inject other beans.
<7> The decorator may invoke any method of the delegate object. And the container invokes either the next decorator in the chain or the business method of the intercepted instance.
Expand Down

0 comments on commit 9673ce1

Please sign in to comment.