Skip to content

Commit

Permalink
Change scope to class so Jacoco can exclude JAXB generated classes fr…
Browse files Browse the repository at this point in the history
…om reports.
  • Loading branch information
ghulands committed May 8, 2022
1 parent 58d2c96 commit 7630edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/annotation/Generated.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
*/

@Documented
@Retention(SOURCE)
@Retention(CLASS)
@Target({PACKAGE, TYPE, ANNOTATION_TYPE, METHOD, CONSTRUCTOR, FIELD,
LOCAL_VARIABLE, PARAMETER})
public @interface Generated {
Expand Down

0 comments on commit 7630edb

Please sign in to comment.