in src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObject.java [136:138]
public int compareTo(final HelloWorldObject other) { return Comparator.comparing(HelloWorldObject::getName).compare(this, other); }