Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

01 Concept

❯

Reflection

Reflection

Feb 10, 20261 min read

  • programming-paradigms
  • metaprogramming
  • reflection

Reflection

← Back to Metaprogramming

The ability of a program to inspect and modify its own structure and behavior at runtime. Reflection enables examining types, fields, methods, and annotations, powering frameworks, serialization, and dependency injection.

Key Properties

  • Inspecting Types and Objects at Runtime

programming-paradigms metaprogramming reflection


Graph View

  • Reflection
  • Key Properties

Backlinks

  • Metaprogramming
  • Inspecting Types and Objects at Runtime

Created with Quartz v4.5.2 © 2026

  • GitHub