From a1795536c149a06afca42095ed379d1b9db28b9c Mon Sep 17 00:00:00 2001 From: Jonathan Coustick Date: Wed, 3 Feb 2021 12:34:28 +0000 Subject: [PATCH] Refer to Jakarta DI instead of JSR330 Signed-off-by: Jonathan Coustick --- spec/src/main/asciidoc/core/definition.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/core/definition.asciidoc b/spec/src/main/asciidoc/core/definition.asciidoc index 9a0cd4cd3..d770819d3 100644 --- a/spec/src/main/asciidoc/core/definition.asciidoc +++ b/spec/src/main/asciidoc/core/definition.asciidoc @@ -619,7 +619,7 @@ public class CoffeeShop } ---- -Note that to ensure compatibility with other JSR-330 implementations, all pseudo-scope annotations except `@Dependent` *are not* bean defining annotations. +Note that to ensure compatibility with other Jakarta Dependency Injection implementations, all pseudo-scope annotations except `@Dependent` *are not* bean defining annotations. However, a stereotype annotation including a pseudo-scope annotation *is* a bean defining annotation. [[names]]