Files
openide/java/java-tests/testData/codeInsight/addJavadoc/afterField3.java
T
Tagir Valeevandintellij-monorepo-bot 6dbdc8338e [javadoc] IDEA-372322 Refactor FixDocCommentAction#generateComment to avoid Editor dependency
Also convert AddJavadocIntention to ModCommand

GitOrigin-RevId: f33816159a5805395a63ad3107f4b895659f375b
2025-05-12 09:58:57 +00:00

10 lines
101 B
Java

// "Add Javadoc" "true-preview"
class Test {
/**
*
*/
private @XXX int xxx = 1;
}