Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@FORM annotated parameter documented as String #38

Open
ivayloyotov opened this issue Apr 3, 2012 · 1 comment
Open

@FORM annotated parameter documented as String #38

ivayloyotov opened this issue Apr 3, 2012 · 1 comment

Comments

@ivayloyotov
Copy link

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 request) { ... }

appears as:

Input:
String

Output:
ResponseObjectClass

in the generated documentation.

On page http://fromage.github.com/jax-doclets/docs/0.10.0/html/index.html is said:
"3.5 Supported RESTEasy JAX-RS extension annotations

If the optional RESTEasy dependency is present, the following RESTEasy annotations are supported on resource methods or classes:

@Form"

and we tried to add this optional RESTeasy dependency in the pom.xml, several times, at different places in the pom.xml - inside the for the JAXRSDoclet and outside of it, but none seems to work.

Can you please give an example how and where the optional RESTeasy dependency should be used in order to generate proper documentation for a @Form annotated parameter object.

Thank you.
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants