Fix @since for @Generated
This commit is contained in:
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
|
||||
|
||||
Reference in new issue
Block a user