Releases: victornoel/eo-envelopes
Releases · victornoel/eo-envelopes
First Stable Release with Java 11 Support
This release allows the processor to be run with any Java version, not only Java 8.
Improved development experience
The annotation now resides in its own module, see README for configuration.
The protects users of classpath pollution by dependencies of the processor:
- annotations go to the classpath
- processor goes to the compiler configuration
The processor now also annotates the generated envelopes with the @Generated
annotation for improved integration with development and quality control tools.
Complete envelopes!
This release introduces everything necessary to generate complete envelopes, including support for super-interfaces and method overrides.