Skip to content

Commit 5029d93

Browse files
committed
add @SInCE tags
1 parent f3baf1d commit 5029d93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/src/main/java/com/typesafe/config/ConfigFactory.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,8 @@ public static Config parseResourcesAnySyntax(String resourceBasename) {
10961096
* Parse only any application replacement (specified by one of config.{resource,file,url}), returning
10971097
* an empty Config if no overrides were set.
10981098
*
1099+
* @since 1.4.1
1100+
*
10991101
* @return a {@link java.util.Optional} containing any specified replacement, or {@link Optional#empty()}
11001102
* if none was specified.
11011103
*/
@@ -1107,6 +1109,8 @@ public static java.util.Optional<Config> parseApplicationReplacement() {
11071109
* Like {@link #parseApplicationReplacement()} but allows you to specify a class loader
11081110
* ti yse rather than the current context class loader.
11091111
*
1112+
* @since 1.4.1
1113+
*
11101114
* @param loader the class loader
11111115
* @return a {@link java.util.Optional} containing any specified replacement, or {@link Optional#empty()}
11121116
* if none was specified.
@@ -1118,6 +1122,8 @@ public static java.util.Optional<Config> parseApplicationReplacement(ClassLoader
11181122
/**
11191123
* Like {@link #parseApplicationReplacement()} but allows you to specify parse options.
11201124
*
1125+
* @since 1.4.1
1126+
*
11211127
* @param parseOptions parse options
11221128
* @return a {@link java.util.Optional} containing any specified replacement, or {@link Optional#empty()}
11231129
* if none was specified.

0 commit comments

Comments
 (0)