Discovering Java Reflection: A Practical Guide
What is Java Reflection?
Have you ever wondered how frameworks like Spring or testing libraries like JUnit seem to magically interact with your code? That magic is often thanks to Java Reflection. Reflection lets you inspect and manipulate the struct...
priyansu1.hashnode.dev5 min read