Skip to content

v1.0

Compare
Choose a tag to compare
@lukaszbudnik lukaszbudnik released this 14 Feb 22:49

First public release of jelvis!

Supported syntax:

import static com.github.lukaszbudnik.jelvis.Elvis.elvis;
//...
Person person = new Person();
String isoCode = elvis(person, p -> p.getAddress().getCountry().getISOCode());