Skip to content

Commit 5e1f9b7

Browse files
authored
Merge pull request #51377 from llowinge/enhance-reflection-option-docs
Enhance docs for quarkus.debug.reflection option
2 parents 6236954 + 90150e4 commit 5e1f9b7

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)