Package net.sourceforge.pmd.annotation
Annotation Type Generated
-
@Retention(CLASS) @Documented public @interface Generated
Marks a class as generated code, and therefore to be ignored for code coverage purposes.- Since:
- 7.7.0
-
-
Element Detail
-
value
String value
The generator that produced this code- Default:
- ""
-
-