jax-doclets
jax-doclets copied to clipboard
Does not include description on the top of service
for service root, it does not take description. It does not add that in index or on detail page.
/**
- Services for various testing related queries .
*/ @Path("/testingSvc") public class TestService {
I also see it reasonable to include class-level comments, not only methods comments. Especially on "Root resource" page (index.html) description taken from first method is almost always not appropriate.