Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
teble committed Dec 8, 2023
1 parent 904389b commit d5b948b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc-source/src/en/guide/structural-zoom-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions doc-source/src/zh-cn/guide/structural-zoom-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
| targetElementTypes | [TargetElementTypesMatcher](#targetelementtypesmatcher) | 匹配的注解声明的元素类型列表 |
| policy | [RetentionPolicyType](#retentionpolicytype) | 匹配的注解声明的保留策略 |
| elements | [AnnotationElementsMatcher](#annotationelementsmatcher) | 匹配的注解声明的元素列表 |
| usingStrings | Collection<[StringMatcher](#stringmatcher)> | 注解中使用的字符串列表 |

### AnnotationsMatcher

Expand Down

0 comments on commit d5b948b

Please sign in to comment.