]> source.dussan.org Git - sonarqube.git/commitdiff
Deprecated Gwt API
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 5 Aug 2013 07:20:56 +0000 (09:20 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 5 Aug 2013 07:22:34 +0000 (09:22 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/web/GwtExtension.java
sonar-plugin-api/src/main/java/org/sonar/api/web/GwtPage.java

index e993ab0424c217d91c8ca1352d895c0d13213a02..2b099ce1ef1d14c62da06cc55942e73aac44dc83 100644 (file)
@@ -23,7 +23,9 @@ import org.sonar.api.ServerExtension;
 
 /**
  * @since 1.10
+ * @deprecated in 3.7. Replaced by Ruby on Rails extensions
  */
+@Deprecated
 public interface GwtExtension extends ServerExtension {
   String getGwtId();
 }
index 6754080a3e84f2dbd532105b90c26878152e028d..558a5717af891606f28e35d1c9f005cb016b4a1e 100644 (file)
@@ -21,7 +21,9 @@ package org.sonar.api.web;
 
 /**
  * @since 1.11
+ * @deprecated in 3.7. Replaced by Ruby on Rails pages.
  */
+@Deprecated
 public abstract class GwtPage implements Page, GwtExtension {
 
   public final String getId() {