Skip to content

Commit 479f251

Browse files
committed
Improve javadoc for Config and Configuration, include Builder example
1 parent 4ebf99f commit 479f251

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

avaje-config/src/main/java/io/avaje/config/Config.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@
3030
* <li> - command line arguments</li>
3131
* <li> - plugins (like the AWS AppConfig plugin)</li>
3232
* </ol>
33+
*
34+
* <p>
35+
* Configuration can also be built giving full control - refer to {@link Configuration#builder()}.
36+
*
3337
* <p>
3438
* The application can register onChange listeners to handle changes to configuration
3539
* properties at runtime. Plugins or code can dynamically load and change properties and
3640
* this can fire any registered callback handlers.
37-
* </p>
3841
*
3942
* <h3>Obtain the "default" configuration</h3>
4043
* <pre>{@code

0 commit comments

Comments
 (0)