I have a RESTful web service built on SpringMVC, and would like to generate a WADL from source code. I cannot find any existing tool to do it, so I consider to build one using apt (Annotation Processing Tool). I am looking for information about annotation processor and factory in SpringMVC if there are any. Can someone point me to this kind of resources?