An open API service indexing awesome lists of open source software.

https://github.com/zaaarf/route-cartographer

An annotation processor that documents all routes in a Spring project.
https://github.com/zaaarf/route-cartographer

annotation-processor java rest spring spring-web

Last synced: about 2 months ago
JSON representation

An annotation processor that documents all routes in a Spring project.

Awesome Lists containing this project

README

          

# Route Cartographer
An annotation processor that reads Spring Web's annotations to write down a map of all the routes in your projects: their paths, parameters, methods...

It's a small program I found myself needing at work. Don't count on it being production-ready.