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