From cbcc72da28f9ffe99d5c116c1236bddf4b4fb885 Mon Sep 17 00:00:00 2001 From: Ladislav Thon Date: Tue, 25 Apr 2023 17:19:17 +0200 Subject: [PATCH] use a more appropriate link to the enablement section in CDI Full --- spec/src/main/asciidoc/core/inheritance_full.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/core/inheritance_full.asciidoc b/spec/src/main/asciidoc/core/inheritance_full.asciidoc index dec2836a..15170b66 100644 --- a/spec/src/main/asciidoc/core/inheritance_full.asciidoc +++ b/spec/src/main/asciidoc/core/inheritance_full.asciidoc @@ -128,7 +128,7 @@ public class MockAsynchronousService extends AsynchronousService { } ---- -When an enabled bean, as defined in <>, 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 <>, 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]]