We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06a588 commit a8e9291Copy full SHA for a8e9291
src/main/java/module-info.java
@@ -2,8 +2,8 @@
2
module tools.jackson.databind
3
{
4
// required for
5
- // java.beans.ConstructorProperties
6
- // java.beans.Transient
+ // - `java.beans.ConstructorProperties`
+ // - `java.beans.Transient`
7
// support
8
requires static java.desktop;
9
@@ -13,7 +13,7 @@
13
requires static java.sql.rowset;
14
15
// 05-Nov-2020, tatu: made optional in 2.x ("static") but for simplicity
16
- // is (for now?) hard dep on 3.0. May want to change
+ // is (for now?) hard dep on 3.0.
17
requires java.xml;
18
19
// but we probably do want to expose streaming, annotations
0 commit comments