loic911 / Rest-api-doc

MIT License
21 stars 32 forks source link

Annotation description internationalization support #60

Closed meudaypratap closed 2 weeks ago

meudaypratap commented 9 years ago

Hi Is there any way to read description from message properties? Writting whole lot of text in code makes it very difficult to read and understand so it will be better if I can provide just code in the description and it will get resolved from message properties file.

Another usecase is, the data entry part for more readable description can be done by anybody and the messagesource bean resolution can be done Database driven as well. This will help developer to just add the code which can later be resolved from message properties.