0

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?

Ed King
  • 1,833
  • 1
  • 15
  • 32
  • 1
    I think that's smart enough according to this: http://stackoverflow.com/questions/15312238/how-to-get-a-javadoc-of-a-method-at-run-time – Balázs Németh Jun 05 '13 at 10:12
  • Certainly seems that way. I'm not as au fait with Java as other languages, so I wasn't sure if there was some wizardry that you could do. – Ed King Jun 05 '13 at 10:30

1 Answers1

0

I'm going with this the answer to the question found by Balazs.

Ed King
  • 1,833
  • 1
  • 15
  • 32