I am using a third-party library in an Intellij IDEA project. When I have a method name carriage, I can press Ctrl-Q to get javadoc in the "Quick Documentation Lookup" window, but only the method signature is displayed. This is because the type of the object containing this method is a javadoc no-comment interface. The actual implementation of the object has javadoc comments. If I pass the object to an implementation type, javadoc comments will appear. Can I do something in IntelliJ so that it works without making any changes to the code?
, . :
- , ? , , , , , , , 90% {@inheritDoc} , .
{@inheritDoc}
, : , (, , ), , . , ?
, , (. ), , , , API , , API.
Source: https://habr.com/ru/post/1746842/More articles:Create java Date Picker component? - javaSmiley Replace in CDATA HTML-String - phpCompiler Warning Not Found - objective-cReplacing an element with a specific attribute and its value - javascriptIs there any easy method to add type safety to identifier properties? - javaintricate Java data structures - javaИсключение ASP.NET дает нерелевантную трассировку стека на YSOD, очень сложную задачу! - stack-traceOverriding Django Admin Homepage? - Django - pythonURL равный и проверка доступа в Интернет - javaFinding duplicates of mySQL and then merging data - phpAll Articles