Java: Recognize @systemProperty tag in Javadoc (IDEA-210273)

This commit is contained in:
Pavel Dolgov
2019-04-17 14:11:10 +03:00
parent 8214f1e8cd
commit 2f8ed67c62
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class Test {
/**
* Uses {@systemProperty foo.bar.baz} property
*/
public void i() {}
}