sdaschner / jaxrs-analyzer

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

Fixed bug where @Pattern annotation made analysis fail #150

Closed hindsholm closed 6 years ago

hindsholm commented 6 years ago

A check is added so that only SingleMemberAnnotations are handled. Fixes #149

sdaschner commented 6 years ago

Good catch, thanks!