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. |
*/ |