View Javadoc
1   package net.sourceforge.cobertura;
2   
3   /**
4    * Dummy interface for ignoring classes and methods.
5    *
6    * <p>SPDX-License-Identifier: MIT
7    * @author Kai Kretschmann
8    */
9   public @interface CoverageIgnore
10  {
11  }