javareflection
Here are 7 public repositories matching this topic...
Probe other java class file and then morph into it.
-
Updated
Jun 28, 2021 - Java
A primitive application that can be expanded by creating java plugin file without changing the source code.
-
Updated
Jun 29, 2020 - Java
Проекты на Java Core
-
Updated
Apr 20, 2024 - Java
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.
-
Updated
Dec 21, 2018
a simple Ioc implement for spring learning.
-
Updated
Feb 2, 2024 - Java
Improve this page
Add a description, image, and links to the javareflection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the javareflection topic, visit your repo's landing page and select "manage topics."