diff --git a/doc-source/src/en/guide/structural-zoom-table.md b/doc-source/src/en/guide/structural-zoom-table.md index 4b778951..ad9dfc04 100644 --- a/doc-source/src/en/guide/structural-zoom-table.md +++ b/doc-source/src/en/guide/structural-zoom-table.md @@ -163,6 +163,7 @@ | targetElementTypes | [TargetElementTypesMatcher](#targetelementtypesmatcher) | List of matched annotation element types | | policy | [RetentionPolicyType](#retentionpolicytype) | Matched retention policy | | elements | [AnnotationElementsMatcher](#annotationelementsmatcher) | List of matched annotation elements | +| usingStrings | Collection<[StringMatcher](#stringmatcher)> | List of strings used in the annotation | ### AnnotationsMatcher diff --git a/doc-source/src/zh-cn/guide/structural-zoom-table.md b/doc-source/src/zh-cn/guide/structural-zoom-table.md index f2d8f41d..b26735ba 100644 --- a/doc-source/src/zh-cn/guide/structural-zoom-table.md +++ b/doc-source/src/zh-cn/guide/structural-zoom-table.md @@ -162,6 +162,7 @@ | targetElementTypes | [TargetElementTypesMatcher](#targetelementtypesmatcher) | 匹配的注解声明的元素类型列表 | | policy | [RetentionPolicyType](#retentionpolicytype) | 匹配的注解声明的保留策略 | | elements | [AnnotationElementsMatcher](#annotationelementsmatcher) | 匹配的注解声明的元素列表 | +| usingStrings | Collection<[StringMatcher](#stringmatcher)> | 注解中使用的字符串列表 | ### AnnotationsMatcher