I find the Google Directory API very interesting to gather documentation and test environment in an easy, objective and well-organized way.
I wonder if there are any similar plugins that can be added to a Java application to automatically generate this environment. To be clearer I would cite Javadoc. Based on the annotations and comments he is able to generate the documentation. This would already be a good part of the content we can find in the Directory API. Already the testing environment could for the REST functions would depend on the REST notation, identify the URL of the server and mount the request URL. The Javadoc does not contemplate everything.
What I just wanted to do was mount a private Directory API , where it contained the documentation for my project.
Does anyone know if this is ready somewhere or if it really needs to be created at hand? If it exists, what program or plugin is used to do this?