Explore >> Select a destination


You are here

blog.joda.org
| | andreabergia.com
20.7 parsecs away

Travel
| | This post is part of the Writing a JVM in Rust series. In this post, I will discuss how the JVM bytecode works. In the next part, I will go over the RJVM code that executes it.
| | ryanharter.com
17.2 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.
| | inside.java
20.2 parsecs away

Travel
| | Record classes enhance Java's ability to model "plain data" aggregates with less ceremony. A record class declares some immutable state, and commits to an API that matches that state. This means that record classes give up a freedom that classes usu...
| | blog.jetbrains.com
74.3 parsecs away

Travel
| Kotlin/Wasm is in Alpha! Continue reading to explore the capabilities of this technology.