]> source.dussan.org Git - sonarqube.git/commitdiff
Deprecate CoverageExtension
authorJulien HENRY <julien.henry@sonarsource.com>
Mon, 13 Apr 2015 14:43:48 +0000 (16:43 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Mon, 13 Apr 2015 15:51:30 +0000 (17:51 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/batch/CoverageExtension.java

index 4aa0cc0cf0e099f547576b67b7188e1cfa78aea9..779f79c4630fbacf680ac5a617b62c80ef20ec14 100644 (file)
@@ -22,11 +22,10 @@ package org.sonar.api.batch;
 import org.sonar.api.BatchExtension;
 
 /**
- * Marker for the extensions that execute coverage tools. It's useful for the plugins that
- * need to be executed after coverage analysis, for example import of test results by the Surefire plugin
- *
  * @since 2.6
+ * @deprecated since 5.2 not used anymore
  */
+@Deprecated
 public interface CoverageExtension extends BatchExtension {
 
 }