@Retention(value=CLASS) @Target(value={CONSTRUCTOR,METHOD,TYPE}) public @interface SuppressJacocoGenerated
Implementation Notice: As of JaCoCo 0.8.3 classes and methods
annotated by annotation whose retention policy is runtime or
class and whose simple name contains "Generated" are filtered out
during generation of report.
| Modifier and Type | Required Element and Description |
|---|---|
String |
justification
Documentation of the reason why JaCoCo is suppressed
|
public abstract String justification
Copyright © 2025. All rights reserved.