jax-doclets icon indicating copy to clipboard operation
jax-doclets copied to clipboard

Set of JavaDoc doclets for modern Java annotations APIs

Results 31 jax-doclets issues
Sort by recently updated
recently updated
newest added

I'm a bit baffled why there is no support for JAX-WS at all. SOAP may not be the most popular protocol but still it is widely used. If you are...

Does doclets provide any element to ignore some parameters from a resources method to not document them in the REST documentation ?

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")...

For example: ` /** - Get the User object by primary key. - - @HTTP 200 User was found. - @HTTP 404 User could not be found. - @param uid...

One of the powerful features of the RESTEasy @Form tag is that a @Form can have @Form fields within it, allowing reused field to be repeated across the services using...

Bug

Sorry to be a bore, but there are @Override annotations in the source code (e.g. ExcludeTaglet.java and some classes added/ changed over the last few days - PojoTypes.java, PojoClassWriter.java DataObjectIndexWriter.java)...

Support `JAX-RS` paths prefixing set in `@ApplicationPath("/rest")` annotation. In code I have something like: ``` java import javax.ws.rs.ApplicationPath; import javax.ws.rs.core.Application; @ApplicationPath("/rest") public class RestApp extends Application { } ``` ```...

Feature

I find that "Root resource" is more confusing to readers than anything else and is a bit frustrating that it is mapped to index.html. What would be nice is if...

Feature

We are using jax-doclets to generate documentation from Java code and RESTeasy. Noticed that @Form annotated parameters appear as String in the generated documentation. For example: @GET ResponseObjectClass someMethod(@Form RequestObjectClass...

My current project is using EclipseLink moxy. Some code is using @XmlPath of EclipseLink moxy to define a fine mapping between Java object and xml schema. And I also using...

Feature