Skip to content

Commit

Permalink
Fix missing wording about priority on stereotypes (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed May 24, 2023
1 parent 96cd940 commit 820ad5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/src/main/asciidoc/core/injectionandresolution.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]

Expand Down

0 comments on commit 820ad5d

Please sign in to comment.