use of org.eclipse.xtext.xbase.lib.util.ToStringBuilder in project erlide_eclipse by erlang.
the class ErlangApplicationProperties method toString.
@Override
public String toString() {
final ToStringBuilder b = new ToStringBuilder(this);
b.add("version", version);
return b.toString();
}
Aggregations