Skip to content

Commit 4269de7

Browse files
committed
Update README.md
1 parent 129b740 commit 4269de7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
A shim library to support mapping Java 8 Optional through Jackson. Forked from @realjenuis jackson-databind-java8 project.
88

9-
This library is compiled with Java 8 and will thus only be useful in a Java 8 (or higher) runtime environment.
9+
This library is compiled with Java 8 and will thus only be useful in a Java 8 (or higher) runtime environment.
1010

1111
## Usage
1212
The library is distributed through Sonatype's OSS repo
@@ -99,3 +99,6 @@ Example:
9999
}
100100
}
101101
```
102+
## Alternative
103+
As an alternative you might consider using [FasterXML's JDK 8 module](//github.com/FasterXML/jackson-datatype-jdk8).
104+

0 commit comments

Comments
 (0)