Joe Littlejohn
Joe Littlejohn
@sixcorners if the `@Data` annotation is the only thing you would want then I don't see why this couldn't be supported.Would you use this feature?
@sixcorners I'm basically trying to gauge interest. I realise you may not end up using this but in terms of how popular this enhancement would be it sounds like you're...
Sounds like Lombok is getting more and more traction.
Hi Jacob. How do you intend to create getters and setters for these fields? I think if there are names that conflict in this way, we need to add underscores...
Hi Jacob. I think this 'getterSetterExact' is not something we want in the core of this project I'm afraid. I understand that your code above compiles, but what does the...
@Petersoj Yep, go for it. So the result will be: ```java @JsonProperty("t") private String t; @JsonProperty("T") private String t_; @JsonProperty("t") public String getT() { return T; } @JsonProperty("T") public String...
This is a nice little addition max, thanks for submitting.
This is great @eirnym. I also went down a bit of a rabbit-hole with robolectric in the past when attempting to upgrade to a newer version. Based on a little...
@unkish Yes, I definitely agree. Best to keep PRs small and focused, and avoid one change running into another. It makes the PR a lot easier to review. I think...
What value do you use for refFragmentPathDelimiters @claudemamo? I have already completed a change to hopefully fix this bug but I'd like to try with your config and example and...