Package eu.bandm.tools.test
Annotation Interface OmitFromGeneratedReport
@Documented
@Retention(CLASS)
@Target({TYPE,METHOD,CONSTRUCTOR})
public @interface OmitFromGeneratedReport
Indicates that the annotated element should be omitted from code
coverage reports during testing.
For the test coverage tool jacoco, it is necessary that
the annotation name contain the fragment Generated
.
Unfortunately, this is a pun but not a joke.