I am studying a solution that displays the subversion revision number and the last modification date in my application (written in GWT, so reflection is not available). Encode the version to the subversion keyword does not work, because it applies only to the current file. Is there a better solution using annotation? (for example, a separate class executed at compile time, grab the latest version # of the entire project and paste the date of change and last modification into the source code)
user109596
source
share