Skip to content

Commit a430140

Browse files
authored
Merge branch 'main' into visitor
2 parents 7d4ca2c + a637b35 commit a430140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/src/main/java/io/avaje/validation/spi/Generated.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Marks source code that has been generated.
1010
*/
1111
@Target(ElementType.TYPE)
12-
@Retention(RetentionPolicy.RUNTIME)
12+
@Retention(RetentionPolicy.CLASS)
1313
public @interface Generated {
1414

1515
/**

0 commit comments

Comments
 (0)