Message Boards

JSON Web Services API - Javadoc missing

Bernd S, modified 3 Years ago.

JSON Web Services API - Javadoc missing

Junior Member Posts: 59 Join Date: 3/31/15 Recent Posts
I've been using Liferay's Service Builder for years and one thing that bothered me (among many others) was the missing Javadoc on the JSON Web Services API.

Now I stumbled accross the following article (https://help.liferay.com/hc/en-us/articles/360018151631-JSON-Web-Services), which also mentions Javadoc:

"To see which service methods are registered and available for use, open your browser to the following address:
[i][code]http://localhost:8080/api/jsonws
The page lists the portal’s registered and exposed service methods. Get each method’s details by clicking the method name. You’ll see the full signature of the method, all its arguments, list exceptions that can be thrown, and read its Javadoc! Using a simple form from within your browser, you can even invoke the service method for testing purposes."

My custom method is visible on
[url=http://localhost:8080/api/jsonws]http://localhost:8080/api/jsonws[/url] 
but the Javadoc I wrote in the corresponding *ServiceImpl class is completely missing. What am I doing wrong? How to display the Javadoc?
(I am using Liferay DXP 7.0)