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

n0rad/jaxrs-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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