Fix @since for @Generated

This commit is contained in:
Juan Martín Sotuyo Dodero 2024-10-06 17:21:30 -03:00
parent a0818d5ab2
commit 00bf6fe2f7

View File

@ -11,7 +11,7 @@ import java.lang.annotation.RetentionPolicy;
/**
* Marks a class as generated code, and therefore to be ignored for code coverage purposes.
*
* @since 7.6.0
* @since 7.7.0
*/
@Retention(RetentionPolicy.CLASS)
@Documented