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