joffrey-bion / livedoc

A not-so-annotation-based documentation generator for REST and websocket services
MIT License
4 stars 2 forks source link

@PathVariable-annotated param name is empty #71

Closed joffrey-bion closed 6 years ago

joffrey-bion commented 6 years ago

When not using Livedoc's annotation, and thus not specifying explicitly the name of the param, there is no fallback to the name of the parameter annotated @PathVariable. There should be such a fallback as otherwise we get no name for the param.