Skip to content

Commit

Permalink
Apply comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YongGoose committed Jan 13, 2025
1 parent 000e0dd commit 1595ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/docs/asciidoc/user-guide/extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ particular annotation, to search for specific annotations, and to find annotated
and fields in a class or interface. Some of these methods search on implemented
interfaces and within class hierarchies to find annotations.

**Note:** `isAnnotated` method does not find repeatable annotations. To check for repeatable annotations,
NOTE: The `isAnnotated()` methods do not find repeatable annotations. To check for repeatable annotations,
use one of the `findRepeatableAnnotations()` methods and verify that the returned list is not empty.

Consult the Javadoc for `{AnnotationSupport}` for further details.
Expand Down

0 comments on commit 1595ccb

Please # to comment.