mirror of
https://github.com/lightbend/config.git
synced 2025-02-05 17:10:09 +08:00
add @since tags
This commit is contained in:
parent
f3baf1dfba
commit
5029d9325c
@ -1096,6 +1096,8 @@ public final class ConfigFactory {
|
||||
* Parse only any application replacement (specified by one of config.{resource,file,url}), returning
|
||||
* an empty Config if no overrides were set.
|
||||
*
|
||||
* @since 1.4.1
|
||||
*
|
||||
* @return a {@link java.util.Optional} containing any specified replacement, or {@link Optional#empty()}
|
||||
* if none was specified.
|
||||
*/
|
||||
@ -1107,6 +1109,8 @@ public final class ConfigFactory {
|
||||
* Like {@link #parseApplicationReplacement()} but allows you to specify a class loader
|
||||
* ti yse rather than the current context class loader.
|
||||
*
|
||||
* @since 1.4.1
|
||||
*
|
||||
* @param loader the class loader
|
||||
* @return a {@link java.util.Optional} containing any specified replacement, or {@link Optional#empty()}
|
||||
* if none was specified.
|
||||
@ -1118,6 +1122,8 @@ public final class ConfigFactory {
|
||||
/**
|
||||
* Like {@link #parseApplicationReplacement()} but allows you to specify parse options.
|
||||
*
|
||||
* @since 1.4.1
|
||||
*
|
||||
* @param parseOptions parse options
|
||||
* @return a {@link java.util.Optional} containing any specified replacement, or {@link Optional#empty()}
|
||||
* if none was specified.
|
||||
|
Loading…
Reference in New Issue
Block a user