0

I've found that ennuciate is good at documenting our JAXB REST webservice but there appears to be minimal documentation on how to tweak the output generated.

Is there a definitive list of annotations that we can use to describe the parameters for the webservices and the list of acceptable values.

It's not clear how the documentation generation code splits the classes up into Data Types and Data Elements

Thanks

Gordon

Gordon Thompson
  • 4,764
  • 8
  • 48
  • 62

1 Answers1

0

Enunciate honors the JAXB and JAX-RS annotations to customize parameters and models. Use those annotations to customize output. To understand "data types" vs. "data elements" refer to this guide (hint: it's the difference between an XML type and XML element).

Ryan Heaton
  • 1,173
  • 7
  • 11