sdaschner / jaxrs-analyzer

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

CompletionStage support #163

Open rmannibucau opened 6 years ago

rmannibucau commented 6 years ago

Hi,

seems returning a CompletionStage is not supported yet, would be neat since it is a good replacement of AsyncResponse these days.

Romain