Annotation Interface Generated


@Documented @Retention(RUNTIME) @Target({TYPE,METHOD,CONSTRUCTOR}) public @interface Generated
This annotation marks code as generated, making Jacoco test coverage ignore it. Algorithm was sourced from [1] and then modified.