Skip to content

Commit

Permalink
Clarify SmallRyeConfigBuilderCustomizer priority javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 29, 2023
1 parent e5bdb10 commit 1810643
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public interface SmallRyeConfigBuilderCustomizer {
void configBuilder(SmallRyeConfigBuilder builder);

/**
* Returns the customizer priority. Customizers are sorted by ascending priority and executed in that order.
* Returns the customizer priority. Customizers are sorted by ascending priority and executed in that order, meaning
* that higher numeric priorities will be executing last, possible overriding values set by previous customizers.
*
* @return the priority value.
*/
Expand Down

0 comments on commit 1810643

Please sign in to comment.