Changes:
- Avoid early initialization failed. When the core part of unsafe accessor failed to initialize, exceptions are only thrown when the relevant functionality is actually executed, rather than causing class initialization to fail during initialization.
- Added a new module
unsafe-accessor-module-editorfor helping callingModule#addOpens - Added a new module
unsafe-accessor-definerfor defining classes with any classloader (with null, the bootstrap classloader) - Some inexplicable Javadoc were added.
Full Changelog: v1.2.0...v1.3.0