<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Hashcode on Micha Kops&#39; Tech Notes</title>
    <link>https://www.hascode.com/tags/hashcode/</link>
    <description>Recent content in Hashcode on Micha Kops&#39; Tech Notes</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright © 2010 - 2025 Micha Kops. #e9d956c0c0154a221ad83c925346a8fa0e72f866</copyright>
    <lastBuildDate>Sun, 26 Apr 2015 00:00:00 +0200</lastBuildDate>
    <atom:link href="https://www.hascode.com/tags/hashcode/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Immutables 2.0 for sexy Immutable Object Creation and more</title>
      <link>https://www.hascode.com/immutables-2.0-for-sexy-immutable-object-creation-and-more/</link>
      <pubDate>Sun, 26 Apr 2015 00:00:00 +0200</pubDate>
      <guid>https://www.hascode.com/immutables-2.0-for-sexy-immutable-object-creation-and-more/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Using immutable objects in Java (and other programming languages as well) is a good thing because immutable objects may be shared safely, are thread-safe and reduce the risk of side effects in your applications.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Nowadays multiple frameworks exist to reduce the need of writing boilerplate code here but there is one special framework whose features I’d like to demonstrate in the following short tutorial.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;It hooks into your application using annotation processing and generates type-safe builders, toString, hashCode, equals methods for you, supports lazy attributes, singleton instances, serialization into data-formats like JSON and a lot of other features,too.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
