Skip to content

Commit 90150e4

Browse files
committed
Enhance docs for quarkus.debug.reflection option
1 parent 0834e3d commit 90150e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/deployment/src/main/java/io/quarkus/deployment/DebugConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ public interface DebugConfig {
2121

2222
/**
2323
* If set to true, writes a list of all reflective classes to META-INF
24+
* <p>
25+
* For fast-jar the META-INF is inside of quarkus-app/quarkus/generated-bytecode.jar
2426
*/
2527
@WithDefault("false")
2628
boolean reflection();

0 commit comments

Comments
 (0)