Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 749 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 749 Bytes

jaxrs-doc

Documentation for JAX-RS

support :

  • all information extractable from source code (deprecated, exceptions, return types, param types, bean and properties info, ...)
  • all jaxrs information (@Path, @Consumes, @produced, @HttpMethod, @Encoded, @DefaultValues, ...)
  • all bean validation information from resources and beans
  • cxf non jaxrs spec scoped information (multipart)
  • jersey non jaxrs spec scoped information (multiplart)
  • jackson bean mapping and transformation with JAXB annotation support
  • some jaxrs-doc annotations to improve doc on resources and beans (@Outdated, @Summary, @Description)
  • some jaxrs-doc annotations to override too generic info from code (return of Response, Exception http code mapping, ...)