Decat-SimonA

Results 4 comments of Decat-SimonA

Is there a workaround ? I tried this: > If you wrap `dispatch()` with `setTimeout()` it'll be in the correct order. But that shouldn't need to be required. But it...

The `withXXX` methods are on the `BlahEntity`: ``` @Wither @Builder @AllArgsConstructor public class BlahEntity { String blahField; } ``` is equivalent to ``` public class BlahEntity { String blahField; public...

Could you make an example repo with the custom `AccessorNamingStrategy` please ? I can't get it to work on my machine