Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eleonov authored and eleonov committed Dec 1, 2023
1 parent b67e628 commit 629e660
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ final ExecutorService exec = Executors.newFixedThreadPool(nthreads);

Goals
-----
- Create `getOptionalXXXX` and `getOptionalXXXXList` methods analogous to their `getXXXX` and `getXXXXList` counterparts.
- Handle missing properties.
- Handle `null` values (including in lists).
- Raise identical exceptions as Typesafe Config.
- No dependencies (other than Typesafe Config).
- Java 8 compatible.
- Create `getOptionalXXXX` and `getOptionalXXXXList` methods analogous to their `getXXXX` and `getXXXXList` counterparts
- Handle missing properties
- Handle `null` values (including in lists)
- Raise identical exceptions as Typesafe Config
- No dependencies (other than Typesafe Config)
- Java 8 or higher

Documentation
-------------
Expand Down

0 comments on commit 629e660

Please sign in to comment.