Class RESTEndpointsDocumenter


  • public class RESTEndpointsDocumenter
    extends Object
    Explores the Java classes in a given package, looking for annotations indicating REST endpoints. These are written to an HTML table, documenting basic information about all the known endpoints. Borrowed from http://dalelane.co.uk/blog/?p=1871 Borrowed from http://dalelane.co.uk/blog/?p=1871
    Author:
    Dale Lane (dale.lane@gmail.com)