in src/main/java/org/apache/sling/hapi/impl/HApiPropertyImpl.java [104:111]
public String toString() {
return "HApiProperty{" +
"name='" + name + '\'' +
", description='" + description + '\'' +
", type=" + type.getPath() +
", multiple=" + multiple +
'}';
}