Skip to content

Commit 71538fb

Browse files
mcruzdevgeoand
authored andcommitted
Adjust ReflectiveHierarchyBuildItem javadoc
1 parent 45153c0 commit 71538fb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@
2222
* <p>
2323
* This will do 'smart discovery' and in addition to registering the type itself it will also attempt to
2424
* 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>
3132
* <p>
3233
* This discovery is applied recursively, so any additional types that are registered will also have their dependencies
33-
* discovered
34+
* discovered.
3435
*/
3536
public final class ReflectiveHierarchyBuildItem extends MultiBuildItem {
3637

0 commit comments

Comments
 (0)