Skip to content

Commit 6dcec71

Browse files
committed
用語集TermListをDeprecatedにマーク
1 parent 6d8f0f2 commit 6dcec71

File tree

1 file changed

+2
-0
lines changed
  • jig-core/src/main/java/org/dddjava/jig/domain/model/documents/documentformat

1 file changed

+2
-0
lines changed

jig-core/src/main/java/org/dddjava/jig/domain/model/documents/documentformat/JigDocument.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ public enum JigDocument {
128128

129129
/**
130130
* 用語集
131+
* @deprecated GlossaryでCSV出力できるようになったため 2026.2.1 で削除予定。
131132
*/
133+
@Deprecated(forRemoval = true, since = "2026.1.1")
132134
TermList(
133135
JigDocumentLabel.of("用語集", "term"),
134136
"term"),

0 commit comments

Comments
 (0)