conorroche / swagger-doclet

Apache License 2.0
69 stars 21 forks source link

AnnotationDesc value may not be a ClassDoc #6

Open oillio opened 8 years ago

oillio commented 8 years ago

If a subclass is generic, the element value is of type ParameterizedTypeImpl, not ClassDoc. Detect and handle this case.