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.
module-info.java
1 parent e2f49df commit d2c9513Copy full SHA for d2c9513
src/moditect/module-info.java
@@ -1,7 +1,4 @@
1
// Generated 08-Mar-2019 using Moditect maven plugin
2
-module com.fasterxml.jackson.annotation {
+open module com.fasterxml.jackson.annotation {
3
exports com.fasterxml.jackson.annotation;
4
- // 08-Mar-2019, tatu: may or may not be necessary but let's just
5
- // fully open to allow introspection
6
- opens com.fasterxml.jackson.annotation;
7
}
0 commit comments