I'm using Gradle to coding and using default Generate document of sts to generate java doc. But document has trouble about library in function description.
- Currently, for all type it always display full lib: java.lang.String for String
- Expect, only display type and has reference to type: String for String