-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
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 common names and validation parameters.
However, it doesn't appear that jax-doclets recognises (or processes) fields that are annotated with an @Form tag.
In the API, any @Form paramters should be processed recursively, pulling-out all @...Param fields from all nested @Form objects and including them in the API document as if they were all just normal parameters (which is how RESTEasy handles them).
Great software btw :)