Skip to content

Commit

Permalink
minor doc changes
Browse files Browse the repository at this point in the history
Co-authored-by: Foivos <[email protected]>
  • Loading branch information
humcqc and zakkak authored Feb 7, 2024
1 parent 9dadcbe commit f4ebf3d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
* Annotation that can be used to force a class to be registered for reflection in native image mode.
* Note that by default the class itself is registered including nested classes and interfaces,
* but not the full class hierarchy. This can be changed by setting:
* {@link #ignoreNested()} to true, to ignore nested classes.
* {@link #registerFullHierarchy()} to true, to register the full hierarchy.
* <ul>
* <li>{@link #ignoreNested()} to true, to ignore nested classes.</li>
* <li>{@link #registerFullHierarchy()} to true, to register the full hierarchy.</li>
* </ul>
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
Expand Down

0 comments on commit f4ebf3d

Please sign in to comment.