Skip to content


Closed Parser only that is necessary in java files
nuiton / jaxx #1807 · created by Tony Chemit
We should only parse field and methods declarations in java files, we don't need to parse what is inside methods bodies. This would then permit use to use jdk>6 new syntaxes (diamond, lambda, ...). ...
updated