Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Groovy collector annotations @Canonical, @Immutable, @RecordType and @CompileDynamic have missing or misleading Retention and Target metadata. Note: there may be others...
@Canonical and @CompileDynamic: missing Retention and Target
@Immutable and @RecordType: RetentionPolicy is RUNTIME but should be SOURCE since meta-annotation is not retained.