I\'ve used the java compiler tree api to generate the ast for java source files. However, i\'m unable to access th comments in the source files.
So far, i\'ve been
Managed to solve the problem by using the getsourceposition() and some string manipulation (no regex was needed)