Is there a neat way of getting the Javadoc @version
at runtime?
I have an "overview.html" file that contains the application version that I would like to print onto the GUI that's part of the application. I could just read this file and extract it that way, but I'm wondering if there's a smarter way to do it?