Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java

Issue 829133007: Enable enum and deferred import support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java
index 23b16d852c140d1a85ed5726a062550712d7f9af..e8b4c363104df016c62ea23c4c01641c7225a67b 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisOptions.java
@@ -45,16 +45,22 @@ public class AnalysisOptions {
public static final List<AnalysisOptions> EMPTY_LIST = Lists.newArrayList();
/**
+ * Deprecated/
+ *
* True if the client wants to enable support for the proposed async feature.
*/
private final Boolean enableAsync;
/**
+ * Deprecated/
+ *
* True if the client wants to enable support for the proposed deferred loading feature.
*/
private final Boolean enableDeferredLoading;
/**
+ * Deprecated/
+ *
* True if the client wants to enable support for the proposed enum feature.
*/
private final Boolean enableEnums;
@@ -117,6 +123,8 @@ public class AnalysisOptions {
}
/**
+ * Deprecated/
+ *
* True if the client wants to enable support for the proposed async feature.
*/
public Boolean getEnableAsync() {
@@ -124,6 +132,8 @@ public class AnalysisOptions {
}
/**
+ * Deprecated/
+ *
* True if the client wants to enable support for the proposed deferred loading feature.
*/
public Boolean getEnableDeferredLoading() {
@@ -131,6 +141,8 @@ public class AnalysisOptions {
}
/**
+ * Deprecated/
+ *
* True if the client wants to enable support for the proposed enum feature.
*/
public Boolean getEnableEnums() {

Powered by Google App Engine
This is Rietveld 408576698