|
You are here |
blog.scaledcode.com | ||
| | | | |
javaalmanac.io
|
|
| | | | | Information about Java 15 including documentation links, new APIs, added features and download options. | |
| | | | |
mschaef.com
|
|
| | | | | [AI summary] The post offers practical programming tips for improving code readability through specific exception handling hooks and loop variable naming conventions. | |
| | | | |
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. | |
| | | | |
blog.omega-prime.co.uk
|
|
| | | I recently released my first open source library for Java, MDBI. I learnt a lot about the Java open-source ecosystem as part of this process, and this blog summarises that in the hope that it will be useful to others. Specifically, the post will explain how to set up a project using the modern Gradle build system to build code and deploy it to the standard Maven Central repository from the command line really easily. | ||