mirror of
https://github.com/lightbend/config.git
synced 2025-03-23 07:40:25 +08:00
Link to examples and overview from Config, ConfigFactory docs
Trying to help people find the big-picture points they need to see.
This commit is contained in:
parent
61675293f7
commit
4a62e10754
@ -66,6 +66,12 @@ 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> 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
|
||||
* ({@link com.typesafe.config}) which describes the big picture as shown
|
||||
* in those examples.
|
||||
*
|
||||
* <p>
|
||||
* <em>Do not implement {@code Config}</em>; it should only be implemented by
|
||||
* the config library. Arbitrary implementations will not work because the
|
||||
|
@ -27,6 +27,12 @@ import com.typesafe.config.impl.Parseable;
|
||||
* operation potentially parsing multiple resources and resolving substitutions,
|
||||
* while the ones with "parse" in the name just create a {@link ConfigValue}
|
||||
* from a resource and nothing else.
|
||||
*
|
||||
* <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
|
||||
* ({@link com.typesafe.config}) which describes the big picture as shown
|
||||
* in those examples.
|
||||
*/
|
||||
public final class ConfigFactory {
|
||||
private ConfigFactory() {
|
||||
|
Loading…
Reference in New Issue
Block a user