add the capability to the testing framework to verify that delombok actually also handles the changed flag correctly

This commit is contained in:
Roel Spilker
2015-11-17 00:03:33 +01:00
parent 8db1793461
commit 9eb70cb3e2
21 changed files with 84 additions and 25 deletions
@@ -1,3 +1,4 @@
// unchanged
class WithInnerAnnotation {
@interface Inner {
int bar() default 42;