• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Generated 08-Mar-2019 using Moditect maven plugin
2 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 }
8