[fixes #2386] [checkerframework]

Now generating checkerframework `@Pure` instead of `@SideEffectFree` where appropriate.
This commit is contained in:
Reinier Zwitserloot
2020-03-15 03:04:03 +01:00
parent 6356482555
commit 3edac64911
17 changed files with 79 additions and 34 deletions
@@ -1,4 +1,4 @@
//CONF: checkerframework = 3.0
//CONF: checkerframework = 4.0
import lombok.Data;
import lombok.experimental.Accessors;
import lombok.With;