排序
Reflection API in Java: The Superpower You Didn’t Know You Had
Reflection API in Java: The Superpower You Didn’t Know You Had, Java (2 Part Series) 1 Decoding Java’s Unsafe Class: A Developer’s Secret Scroll 2 Reflection API in Java: The Su...
Exporting all modules to all modules at runtime on Java 16 and later
Exporting all modules to all modules at runtime on Java 16 and later, Reflection (3 Part Series) 1 Making reflection fully work on Java 16 and later 2 Exporting all modules to all ...
Making reflection fully work on Java 16 and later
Making reflection fully work on Java 16 and later, Reflection (3 Part Series) 1 Making reflection fully work on Java 16 and later 2 Exporting all modules to all modules at runtime ...
Invoking and handling privates and all other methods of an object with and without the use of Reflection in Java
Invoking and handling privates and all other methods of an object with and without the use of Reflection in Java, Tutorials (13 Part Series) 1 How to create your own dependency inj...
How to bind methods or constructors to functional interfaces in Java
How to bind methods or constructors to functional interfaces in Java, Tutorials (13 Part Series) 1 How to create your own dependency injection framework in Java 2 How to find all t...
My first attempt at Generics…
My first attempt at Generics...,... it turns out I didn't need it! It's been a while that I wanted to try something with Generics. The opportunity just hit me when an implementatio...
Reflection, why it’s so useful.
Reflection, why it's so useful.,So it's likely at some point you've heard the term 'Reflection' used in programming, I was surprised that quite a few of my developer friends had he...