For the development of my own SonarQube plugin, I am searching for the javadoc (api) of sonar-plugin-api-4.5.2, but I didn't find it on the internet. For the versions 3.x.x maven also downloaded the sources of the jar and so i was able to generate the javadoc out of it. But for the version 4.5.2 of sonar-plugin-api the sources are not part of the maven repository.
So my questions are:
- Is there a javadoc/api for version 4.5.2 of sonar-plugin-api available online?
- Or where can I get the source of the version 4.5.2 so that i can generate the javadoc?