mirror of
https://github.com/lightbend/config.git
synced 2025-01-16 07:10:21 +08:00
Mention the need to call resolve() in the Config docs
This commit is contained in:
parent
4a62e10754
commit
29c7d62a52
@ -66,6 +66,10 @@ import java.util.Set;
|
||||
* can use {@link #entrySet()} which recurses the object tree for you and builds
|
||||
* up a <code>Set</code> of all path-value pairs where the value is not null.
|
||||
*
|
||||
* <p>Before using a {@code Config} it's necessary to call {@link Config#resolve()}
|
||||
* to handle substitutions (though {@link ConfigFactory#load()} and similar methods
|
||||
* will do the resolve for you already).
|
||||
*
|
||||
* <p> You can find an example app and library <a
|
||||
* href="https://github.com/typesafehub/config/tree/master/examples">on
|
||||
* GitHub</a>. Also be sure to read the package overview
|
||||
|
Loading…
Reference in New Issue
Block a user