I am developing a shell from SpringShell and use the @ShellMethod to annotate the methods that are invoquable from the Shell. The annotation includes a brief description of the command/method.
@ShellMethod("this command does something")
Now, I would like to generate a documentation that aggregates in a single output all these descriptions. I am guessing that there exists already a library that allows this.
Am I right?
Any hint would be appreciated.
Thanks in advance