Explore >> Select a destination


You are here

thinking-in-code.blogspot.com
| | ryanharter.com
17.8 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.
| | renato.athaydes.com
15.6 parsecs away

Travel
| |
| | y4y.space
18.4 parsecs away

Travel
| | Preface I finally got my shit together and decided to sit down and learn Java deserialization. So, I decided it'd be the best way to learn by analyzing the PoCs online, and ysoserial just happens to be one. I will probably analyze all the CommonCollections gadgets first, then move onto the rests. This is how...
| | b.agilob.net
59.0 parsecs away

Travel
|