Im looking for a parser that could parse .java file and create some object, which should held informations about this file's methods, attributes. classes, interfaces, methods parameters and annotations.
Do you know any?
I found https://code.google.com/p/javaparser/, but im not sure if it can handle annotations, which are important for me..
any advice?
thanks