Skip to content

Commit

Permalink
use a more appropriate link to the enablement section in CDI Full
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek authored and manovotn committed Apr 26, 2023
1 parent 9f70b15 commit cbcc72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/core/inheritance_full.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public class MockAsynchronousService extends AsynchronousService {
}
----

When an enabled bean, as defined in <<enablement>>, specializes a second bean, we can be certain that the second bean is never instantiated or called by the container.
When an enabled bean, as defined in <<enablement_full>>, specializes a second bean, we can be certain that the second bean is never instantiated or called by the container.
Even if the second bean defines a producer or observer method, the method will never be called.

[[direct_and_indirect_specialization]]
Expand Down

0 comments on commit cbcc72d

Please sign in to comment.