Пример #1
0
 public int hashCode() {
   final HashCodeBuilder hashCodeBuilder = new JAXBHashCodeBuilder();
   hashCode(hashCodeBuilder);
   return hashCodeBuilder.toHashCode();
 }