Fix @since for @Generated

This commit is contained in:
Juan Martín Sotuyo Dodero committed 2024-10-06 17:21:30 -03:00
1 parent a0818d5ab2
commit 00bf6fe2f7
1 file changed
+1 -1
@@ -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