You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,16 @@
22
22
* <p>
23
23
* This will do 'smart discovery' and in addition to registering the type itself it will also attempt to
24
24
* register the following:
25
-
* <p>
26
-
* - Superclasses
27
-
* - Subclasses
28
-
* - Component types of collections
29
-
* - Types used in bean properties (if method reflection is enabled)
30
-
* - Field types (if field reflection is enabled)
25
+
*
26
+
* <ul>
27
+
* <li>Superclasses</li>
28
+
* <li>Component types of collections</li>
29
+
* <li>Types used in bean properties (if method reflection is enabled)</li>
30
+
* <li>Field types (if field reflection is enabled)</li>
31
+
* </ul>
31
32
* <p>
32
33
* This discovery is applied recursively, so any additional types that are registered will also have their dependencies
0 commit comments