IntelliJ only shows a very brief description and not the full javadoc of elements included in maven dependencies, how can I see the full javadoc?
You need to force IntelliJ to download the documentation associated with the maven dependencies as this is not enabled by default. To do so, follow the next steps:
This will ensure the documentation is automatically downloaded for all modules that will be added to this project.
If you have already opened/created a maven module before doing this, then do the above to solve this issue for the next modules. For the current module:
Please note that this works only for the current project. I'm not sure if there's a way to apply this globally across all IntelliJ projects.