]> source.dussan.org Git - sonarqube.git/commitdiff
Deprecate the annotation RequiredMeasures
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 5 Nov 2014 21:58:05 +0000 (22:58 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 5 Nov 2014 21:58:05 +0000 (22:58 +0100)
sonar-plugin-api/src/main/java/org/sonar/api/web/RequiredMeasures.java

index 547282ed470fa8fd10d1428b98afc96bc853c5b3..331bcaed1d80a9f6b51eb25943d7def5d5323489 100644 (file)
@@ -36,9 +36,11 @@ import java.lang.annotation.Target;
  * </p>
  * 
  * @since 3.0
+ * @deprecated in 4.5. Not supported anymore in source viewer as Ruby on Rails is being dropped.
  */
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.TYPE)
+@Deprecated
 public @interface RequiredMeasures {
 
   /**