ExcludeFromJacocoGeneratedReport
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS] )
Marks a function, class, or annotation class to be excluded from Jacoco code coverage reports.
Apply this annotation to generated, preview, or otherwise untestable code that should not affect coverage metrics.