Annotation Interface ExcludeFromGeneratedCoverage


@Retention(RUNTIME) @Target(METHOD) public @interface ExcludeFromGeneratedCoverage
This annotation can be used to exclude select methods from code coverage processing. It should be used SPARINGLY, and only in cases where it is impractical AND borderline not possible to realize full code coverage.