Skip to content

Commit

Permalink
Need to also "exports", not just "opens"
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 11, 2025
1 parent d69d830 commit f3d52da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Jackson 3.x module-info for jackson-annotations Main artifact
module com.fasterxml.jackson.annotation {
exports com.fasterxml.jackson.annotation;
// Might not be required beyond exports but just in case:
opens com.fasterxml.jackson.annotation;
}

0 comments on commit f3d52da

Please sign in to comment.