sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

Model documentation #162

Open rmannibucau opened 6 years ago

rmannibucau commented 6 years ago

Hi,

I didn't find a way to document a model as with swagger (ApiModelProperty). Would it be possible to add javadoc support for that? Rational is to be able to explain a model in the swagger.json (ex: "you must consider this field can have this value and process it accordingly").

Romain

NobleBrandon commented 5 years ago

+1, this would be a killer feature.