Skip to content

Commit

Permalink
Clarified priority of converters
Browse files Browse the repository at this point in the history
Signed-off-by:Ondrej Mihalyi <ondrej.mihalyi@payara.fish>
  • Loading branch information
Ondrej Mihalyi committed Apr 26, 2018
1 parent 56305f4 commit 38fb308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/org/eclipse/microprofile/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
* The config objects produced via the injection model <pre>@Inject Config</pre> are guaranteed to be serializable, while
* the programmatically created ones are not required to be serializable.
* <p>
* If one or more converters are registered for a class of a requested value then one of the registered converters
* is used to convert the string value retrieved from config sources.
* If one or more converters are registered for a class of a requested value then one of the registered converters
* which has the highest priority is used to convert the string value retrieved from config sources. The highest priority means the highest priority number.
* For more information about converters, see {@link org.eclipse.microprofile.config.spi.Converter}
*
* <h3>Usage</h3>
Expand Down

0 comments on commit 38fb308

Please sign in to comment.