A fast, lightweight Java library for hunting down annotated classes, methods and fields on your classpath.
-
Updated
Jul 4, 2026 - Java
A fast, lightweight Java library for hunting down annotated classes, methods and fields on your classpath.
A primitive application that can be expanded by creating java plugin file without changing the source code.
Probe other java class file and then morph into it.
App for a warehouse, processing orders and products. Uses Java Reflection to generate SQL queries, Java Records for immutable objects
Java Reflection makes it possible to inspect classes, interfaces, fields and methods at runtime, without knowing the names of the classes, methods etc. at compile time. It is also possible to instantiate new objects, invoke methods and get/set field values using reflection.
Проекты на Java Core
a simple Ioc implement for spring learning.
Add a description, image, and links to the javareflection topic page so that developers can more easily learn about it.
To associate your repository with the javareflection topic, visit your repo's landing page and select "manage topics."