<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/website/features/Delegate.html, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/'/>
<entry>
<title>@Delegate has moved to lombok.experimental.</title>
<updated>2014-05-20T21:43:08+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2014-05-08T04:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=4996428ea12be7e381d76614e34a15ad1cc6d275'/>
<id>4996428ea12be7e381d76614e34a15ad1cc6d275</id>
<content type='text'>
Some work on the aliasing system to make that go smoothly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some work on the aliasing system to make that go smoothly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added @NonNull on parameters feature (issue 514),</title>
<updated>2013-05-30T23:03:38+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2013-05-30T23:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=5a3e9bd8049469169410107011ad0e26b3b629e3'/>
<id>5a3e9bd8049469169410107011ad0e26b3b629e3</id>
<content type='text'>
including docs and changelog.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
including docs and changelog.</pre>
</div>
</content>
</entry>
<entry>
<title>BIG commit:</title>
<updated>2013-02-11T21:34:48+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2013-02-11T21:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=aafd83079a3000d3deb6e40a182849da2509fbfb'/>
<id>aafd83079a3000d3deb6e40a182849da2509fbfb</id>
<content type='text'>
 * re-introduction of onMethod/onConstructor/onParam
 * tests checking error/warnings rewritten to be more heuristic, in order to accomodate difference in messaging between java6 and java 7
 * Ability to eliminate java's own output of erroneous error messages (heh); i.e. those messages that are invalidated by lombok's actions. This mechanism is used for onMethod/onConstructor/onParam
 * First steps to unifying a billion setGeneratedBy calls into a single visitor traversal for eclipse' HandleGetter/Setter/Constructor/Wither
 * To simplify 'zooming in' the tests on just a few files, added an 'accept' mechanism.
 * Updated copyright headers of website to 2013.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * re-introduction of onMethod/onConstructor/onParam
 * tests checking error/warnings rewritten to be more heuristic, in order to accomodate difference in messaging between java6 and java 7
 * Ability to eliminate java's own output of erroneous error messages (heh); i.e. those messages that are invalidated by lombok's actions. This mechanism is used for onMethod/onConstructor/onParam
 * First steps to unifying a billion setGeneratedBy calls into a single visitor traversal for eclipse' HandleGetter/Setter/Constructor/Wither
 * To simplify 'zooming in' the tests on just a few files, added an 'accept' mechanism.
 * Updated copyright headers of website to 2013.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated documentation to reflect ability of putting delegate on methods.</title>
<updated>2012-01-18T23:44:48+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2012-01-18T23:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=0774cf929ca3746db650563b74bebeab11af19fa'/>
<id>0774cf929ca3746db650563b74bebeab11af19fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed copyright notices</title>
<updated>2011-11-07T21:04:40+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2011-11-07T20:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=45f9e9def12b8f32b76c86471487e735ebb7c09b'/>
<id>45f9e9def12b8f32b76c86471487e735ebb7c09b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed support for onMethod, onParam and onConstructor due to javac7 type incapabilities. Issue #251</title>
<updated>2011-08-15T19:21:51+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2011-08-15T19:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=a284600987065aa78bc41b2099421f864cfcec20'/>
<id>a284600987065aa78bc41b2099421f864cfcec20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some small typofixes for the website feature docs.</title>
<updated>2011-05-30T20:36:05+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2011-05-30T20:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=88f4e2d2e3e7e79c5a39ffb73028a330a27f0765'/>
<id>88f4e2d2e3e7e79c5a39ffb73028a330a27f0765</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Delegate docs now that we've changed how it works (it no longer detects that you've implemented a few to-be delegated methods yourself).</title>
<updated>2011-05-09T20:05:43+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2011-05-09T20:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=045bc9a60d7d97985791ec80b8b423a49e5c1a7a'/>
<id>045bc9a60d7d97985791ec80b8b423a49e5c1a7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 192:	Add documentation for onMethod=, onParam, onConstructor</title>
<updated>2011-02-28T15:44:06+00:00</updated>
<author>
<name>grootjans</name>
<email>grootjans@gmail.com</email>
</author>
<published>2011-02-21T21:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e'/>
<id>e0cfacd3b307b1ec9f0b62b2f953f0a0e85d9d1e</id>
<content type='text'>
still have to make a minor edit in the pre/post files 
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
still have to make a minor edit in the pre/post files 
</pre>
</div>
</content>
</entry>
<entry>
<title>Added documentation for @Delegate. This fixes issue 189</title>
<updated>2011-02-07T21:46:07+00:00</updated>
<author>
<name>grootjans</name>
<email>grootjans@gmail.com</email>
</author>
<published>2011-02-07T21:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=7b3968fe401c1db299a34feaba8f862069723e36'/>
<id>7b3968fe401c1db299a34feaba8f862069723e36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
