Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit d49951a

Browse files
authored
eclipse#89 clarify the javadoc on Config
Merge pull request #123 from eclipse/emily_config_good
2 parents a257142 + dd49f4f commit d49951a

File tree

1 file changed

+3
-0
lines changed
  • api/src/main/java/org/eclipse/microprofile/config

1 file changed

+3
-0
lines changed

api/src/main/java/org/eclipse/microprofile/config/Config.java

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
* ordinal will be used.
4141
* <p>If multiple {@link ConfigSource ConfigSources} are specified with
4242
* the same ordinal, the {@link ConfigSource#getName()} will be used for sorting.
43+
* <p>
44+
* The config objects produced via the injection model <pre>@Inject Config</pre> are guaranteed to be serializable, while
45+
* the programmatically created ones are not required to be serializable.
4346
*
4447
* <h3>Usage</h3>
4548
*

0 commit comments

Comments
 (0)