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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java

Issue 2800283002: updates to the analysis server generated spec doc (Closed)
Patch Set: Created 3 years, 8 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: pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
index 12f2cbc0cb281c0e3b01c5ed264a90dd15d5995a..28a96bdefbb1bf313f3037925896f93bd19a3fb9 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisOptions.java
@@ -32,7 +32,7 @@ import java.util.Iterator;
import org.apache.commons.lang3.StringUtils;
/**
- * Deprecated: the only reference to this type has been deprecated.
+ * @deprecated: the only reference to this type has been deprecated.
*
* A set of options controlling what kind of analysis is to be performed. If the value of a field
* is omitted the value of the option will not be changed.
@@ -47,28 +47,28 @@ public class AnalysisOptions {
public static final List<AnalysisOptions> EMPTY_LIST = Lists.newArrayList();
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed async feature.
*/
private final Boolean enableAsync;
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed deferred loading feature.
*/
private final Boolean enableDeferredLoading;
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed enum feature.
*/
private final Boolean enableEnums;
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed "null aware operators" feature.
*/
@@ -152,7 +152,7 @@ public class AnalysisOptions {
}
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed async feature.
*/
@@ -161,7 +161,7 @@ public class AnalysisOptions {
}
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed deferred loading feature.
*/
@@ -170,7 +170,7 @@ public class AnalysisOptions {
}
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed enum feature.
*/
@@ -179,7 +179,7 @@ public class AnalysisOptions {
}
/**
- * Deprecated: this feature is always enabled.
+ * @deprecated: this feature is always enabled.
*
* True if the client wants to enable support for the proposed "null aware operators" feature.
*/

Powered by Google App Engine
This is Rietveld 408576698