aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after/Interfaces.java
AgeCommit message (Collapse)Author
2012-10-25Empty statements no longer being printed to be consistent with Javac7 which ↵Reinier Zwitserloot
seems to just remove these from the AST entirely.
2011-07-14fixed Issue 233:peichhorn
Javac parser handles ";" (empty statements) as empty blocks with an invalid position. Thats why delomok replaces ";" with "{}". This gets an issue when you use this in an interface, since interfaces are not allowed to have initializer blocks.
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-01-07Added test to ensure interfaces print correctly (test case because 'public' ↵Reinier Zwitserloot
and 'abstract' are implied).