Skip to content

Commit

Permalink
add specification text for BeanConfigurator.priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek authored and manovotn committed Sep 23, 2021
1 parent 9c47c32 commit 761a5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/src/main/asciidoc/core/spi.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,7 @@ It can be done from an existing `BeanAttributes` or by reading metadata on a gi
* Add multiple injection points for the bean with `addInjectionPoints` methods.
* Replace all injection points for the bean with `injectionPoints` methods.
* Make the bean implements `PassivationCapable` and set its id with `id` method.
* Set the priority of the bean, if it is an alternative, with `priority` method.
* Set a callback to create a bean instance with `createWith()` or `produceWith()` method.
* Set a callback to destroy a bean instance with `destroyWith()` or `disposeWith()` method.

Expand Down

0 comments on commit 761a5ef

Please sign in to comment.