From 820ad5dbc6c941aa195ea078a2f13b654591442b Mon Sep 17 00:00:00 2001 From: Ladislav Thon Date: Wed, 24 May 2023 11:54:35 +0200 Subject: [PATCH] Fix missing wording about priority on stereotypes (#674) --- spec/src/main/asciidoc/core/injectionandresolution.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/core/injectionandresolution.asciidoc b/spec/src/main/asciidoc/core/injectionandresolution.asciidoc index 9905f894..b737057e 100644 --- a/spec/src/main/asciidoc/core/injectionandresolution.asciidoc +++ b/spec/src/main/asciidoc/core/injectionandresolution.asciidoc @@ -45,7 +45,8 @@ An alternative is not available for injection, lookup or name resolution to clas An alternative may be given a priority for the application: * by placing the `@Priority` annotation on the bean class of a managed bean, or -* by placing the `@Priority` annotation on the bean class that declares the producer method, field or resource. +* by placing the `@Priority` annotation on the bean class that declares the producer method, field or resource, or +* by placing the `@Priority` annotation on a stereotype that is applied to the bean class, producer method or producer field. [[enablement]]