Skip to content

alperenzcan/reflection-workplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Java Reflection & Advanced Topics

This repository contains my personal study materials and experiments focused on Java Reflection, Annotations, Proxies, and other advanced Java concepts.

The goal of this project is to explore how Java's runtime introspection and dynamic behavior work under the hood.
All examples are written purely for educational and learning purposes.


πŸ“˜ Contents

  • Working with Reflection API
  • Inspecting classes, fields, and methods
  • Custom annotations
  • Runtime proxies
  • JSON serialization using reflection
  • Object size estimation and utilities

πŸ§‘β€πŸ’» About

This repository serves as a personal learning space.
Some examples are inspired by public educational sources, such as:

Based on examples from Michael Pogrebinsky's "Java Reflection - Master Class"
Original code licensed under MIT License (Β© 2020 Michael Pogrebinsky)

About

This repo contains java reflection studies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages