<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>78488</id>
      <name>pojomatic</name>
      <created_at>2008-12-20T04:28:13Z</created_at>
      <updated_at>2009-04-22T00:10:08Z</updated_at>
      <description>This project has moved to http://www.pojomatic.org 

Simply annotate the fields and/or methods with @Property that you would like included, or annotate the class with @AutoProperty to have all of the fields included by default. Then, delegate to Pojomatic for your hashCode(), toString(), and equals(Object) methods and you have implementations that essentially maintain themselves. 

Many IDEs have the ability to generate implementations of these methods, but the code that is generated has to be maintained. If you add a new field or method to your class that should be included in the hashCode(), toString(), and equals(Object) methods, you must remember to re-generate these methods or add the new field to each of them manually. Otherwise the new field or method will not be included, resulting in incorrect implementations. With Pojomatic, as long as your class is annotated with @AutoProperty, any new fields will be included automatically. Otherwise, new fields and/or methods can be annotated with @Property for inclusion. 

This project has moved to http://www.pojomatic.org</description>
      <homepage_url>http://code.google.com/p/pojomatic</homepage_url>
      <download_url></download_url>
      <url_name>pojomatic</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>528513</analysis_id>
      <analysis>
        <id>528513</id>
        <project_id>78488</project_id>
        <updated_at>2009-12-04T02:11:55Z</updated_at>
        <logged_at>2009-12-04T02:11:49Z</logged_at>
        <min_month>2008-05-01T00:00:00Z</min_month>
        <max_month>2009-01-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>2</twelve_month_contributor_count>
        <total_code_lines>1918</total_code_lines>
        <main_language_id>5</main_language_id>
        <main_language_name>Java</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>apache_2</name>
          <nice_name>Apache License 2.0</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
