mehmetminanc

Results 2 issues of mehmetminanc

Many model/POJO classes here can be easily generated with [Lombok](https://projectlombok.org), which is a very widely used lib. The benefits are * Get rid of no-brainer getter and setters. * Get...

Hi all, Java Rest API implies that this package is containing web service code. While in fact it's just the client to the MB service. Possible options are: * java-client...