Explore >> Select a destination


You are here

hanno.codes
| | ryanharter.com
5.3 parsecs away

Travel
| | In my last article, I gave a basic introduction to AutoValue, the code generating annotation processor that makes immutable value types in Java easy. Now I'd like to take a bit of a deeper look at AutoValue and how it works. Compile Time Annotation Processing First things first, AutoValue is a compile time annotation processor. This means that it only runs when you compile your code, as opposed to when your app is running.
| | qnoid.com
6.0 parsecs away

Travel
| | This is a personal website, at the outskirts of the web, away from social media and publishing platforms.
| | blog.scaledcode.com
6.3 parsecs away

Travel
| | A dive into chapter eleven of Effective Java
| | winterbe.com
31.8 parsecs away

Travel
| Learn Java SE 8 by example: Lambda Expressions, Default Interface Methods, Method References, Streams, Date API, Annotations and more