We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebf99f commit 479f251Copy full SHA for 479f251
avaje-config/src/main/java/io/avaje/config/Config.java
@@ -30,11 +30,14 @@
30
* <li> - command line arguments</li>
31
* <li> - plugins (like the AWS AppConfig plugin)</li>
32
* </ol>
33
+ *
34
+ * <p>
35
+ * Configuration can also be built giving full control - refer to {@link Configuration#builder()}.
36
37
* <p>
38
* The application can register onChange listeners to handle changes to configuration
39
* properties at runtime. Plugins or code can dynamically load and change properties and
40
* this can fire any registered callback handlers.
- * </p>
41
*
42
* <h3>Obtain the "default" configuration</h3>
43
* <pre>{@code
0 commit comments