Skip to content

Commit

Permalink
Docs: Correct word form in Native Applications Tips
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Lisowski <[email protected]>
(cherry picked from commit 732833d)
  • Loading branch information
MaciejDromin authored and gsmet committed Dec 18, 2024
1 parent 6359779 commit ac91de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public class MyReflectionConfiguration {
}
----

Note: By default the `@RegisterForReflection` annotation will also registered any potential nested classes for reflection. If you want to avoid this behavior, you can set the `ignoreNested` attribute to `true`.
Note: By default the `@RegisterForReflection` annotation will also register any potential nested classes for reflection. If you want to avoid this behavior, you can set the `ignoreNested` attribute to `true`.

==== Using a configuration file

Expand Down

0 comments on commit ac91de2

Please sign in to comment.