dasgupta
Results
1
issues of
dasgupta
##### Description Our POJO has some fields which look like this ``` @Getter @Setter public class Error { String errorName; String errorCode; String error_code; } ``` Using mvn plugin we...