Rohitashwa Nigam
Results
1
issues of
Rohitashwa Nigam
I have a class like below: ``` java public class MyClass{ @JsonProperty("property_a") private A a; @JsonProperty("property_b") @JsonPropertyDescription("my favourite property") private B b; @JsonProperty("property_c") private C c; /** * propagate some...