Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-3, 2.5.2
-
None
Description
The `@Generated` annotation was added a couple of releases ago to indicate that a method/class was generated by the compiler (most likely via AST transformations). This annotation is already applied to methods defined by `GroovyObject` however it has yet to be applied to many of the generated methods added by core AST transformations.
See the following links for more context
https://github.com/apache/groovy/pull/617#issuecomment-336249772
https://github.com/jacoco/jacoco/pull/733