Skip to content

Commit

Permalink
add @SInCE tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaldino committed Sep 23, 2020
1 parent f3baf1d commit 5029d93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/src/main/java/com/typesafe/config/ConfigFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,8 @@ public static Config parseResourcesAnySyntax(String resourceBasename) {
* 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.
*/
Expand All @@ -1107,6 +1109,8 @@ public static java.util.Optional<Config> parseApplicationReplacement() {
* 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.
Expand All @@ -1118,6 +1122,8 @@ public static java.util.Optional<Config> parseApplicationReplacement(ClassLoader
/**
* 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.
Expand Down

0 comments on commit 5029d93

Please sign in to comment.