ソースを参照

SONAR-13198 Deprecate JsonWriter

tags/8.3.0.34182
Julien HENRY 4年前
コミット
dcd34589ef
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      sonar-plugin-api/src/main/java/org/sonar/api/utils/text/JsonWriter.java

+ 3
- 1
sonar-plugin-api/src/main/java/org/sonar/api/utils/text/JsonWriter.java ファイルの表示

@@ -60,9 +60,11 @@ import org.sonar.api.utils.DateUtils;
* method {@link #close()} closes the underlying writer.
* </p>
*
*
* @since 4.2
* @deprecated since 8.3 this utility class will be moved out of the API. Use your own JSON dependency
* if you need to write JSON from your plugin
*/
@Deprecated
public class JsonWriter implements AutoCloseable {

private final com.google.gson.stream.JsonWriter stream;

読み込み中…
キャンセル
保存