StringBuffer buffer = new StringBuffer();
buffer.append("RequiredConfigPropertyMetaData").append('@");
buffer.append(Integer.toHexString(System.identityHashCode(this)));
buffer.append("[name=").append(name);
buffer.append(" descriptions=").append(getDescriptions());
buffer.append(']");
return buffer.toString();