I'm using spring-restdoc to document my restful services. I'm now moving on and also want to expose the events I publish. What would be a proper way to incorporate these in the document?
I've come up with writing a class similar to RestDocument
, with could take an Class
as an argument and you could document all the properties of that class through a similar fluent interface.