You are here |
www.jrebel.com | ||
| | | |
blog.pchudzik.com
|
|
| | | | ||
| | | |
ryanharter.com
|
|
| | | | 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. | |
| | | |
piotrminkowski.com
|
|
| | | | This article shows the most significant new developer-friendly features after Java 8. It includes new switch expression, records or sealed. | |
| | | |
blog.gradle.org
|
|
| | Hi all! On behalf of the Gradle community, we wish you a Happy New Lunar Year! 2023 was a great year for Gradle Build Tool, with many new features and initiatives being released. Let's recap the key updates: |