<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
   
      <title>devalias.net</title>
   
   <link>https://www.devalias.net</link>
   <description>Follow me into the rabbit hole that is my mind and learn about topics including.. security, technology, efficiency, biohacking, health, personal growth and probably a whole lot more.</description>
   <language>en_GB</language>
   <managingEditor> </managingEditor>
   <atom:link href="rss" rel="self" type="application/rss+xml" />
   
	<item>
	  <title>Using Lombok with Play! Framework 2.2x</title>
	  <link>/devalias/2014/04/17/using-lombok-with-play-framework-22x/</link>
	  <author>devalias</author>
	  <pubDate>2014-04-17T11:44:47+10:00</pubDate>
	  <guid>/devalias/2014/04/17/using-lombok-with-play-framework-22x/</guid>
	  <description><![CDATA[
	     <p><a href="https://projectlombok.org/">Lombok</a> is a project that removes some of the tediousness of Java by letting you use annotations to replace the verbosity of Getters/Setters (and heaps of other cool things!)</p>
<ul>
<li>This is mostly a note for me to help save a TON of time screwing around again.</li>
<li>Play 2.2.x works 'out of the box' just by including lombok in your dependencies</li>
</ul>
<pre><code>libraryDependencies ++= Seq(
  foo,
  bar,
  baz,
  &quot;org.projectlombok&quot; % &quot;lombok&quot; % &quot;1.12.6&quot;
)
</code></pre>
<ul>
<li>Where you run into issues is that play eclipse won't add the correct stuff for lombok to work correctly.</li>
<li>After a lot of messing around, I just went back to the method suggested on the site
<ul>
<li>Download from <a href="http://projectlombok.org/download.html">http://projectlombok.org/download.html</a></li>
<li>Run the installer and let it configure Eclipse</li>
<li>Done</li>
</ul>
</li>
</ul>
<p>&lt;3</p>

	  ]]></description>
	</item>


</channel>
</rss>
