sdaschner / jaxrs-analyzer

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

JavaDoc support crashes on certain annotations #149

Closed hindsholm closed 6 years ago

hindsholm commented 6 years ago

The JavaDoc parser crashes when a parameter is annotated with something like @Pattern(regexp = "^\\d+$") where the annotation is not a "SingleMemberAnnotation". Fixed by #150