Explore >> Select a destination


You are here

msfjarvis.dev
| | mustafaali.net
1.8 parsecs away

Travel
| |
| | ryanharter.com
2.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.
| | jensrantil.github.io
4.3 parsecs away

Travel
| | Business contract testing is much simpler done by method calls instead of using something like PACT.
| | mydeveloperplanet.com
21.0 parsecs away

Travel
| In this blog, we are going to take a closer look at the Java 8 Streams API. We will mainly do so by means of examples. We will cover many operations and after reading this blog, you will have a very good basic understanding of the Streams API. Enjoy reading! 1. Introduction The Streams API...