Welcome! This repository serves as a centralized hub for all the source code, reference implementations, and lightweight demos featured on Runtime Reflections.
If you are reading an article on the blog, you will find its corresponding, fully functional code organized into dedicated directories below.
The code here is designed to be self-contained and modular. Locate the directory matching the article you are reading:
| Directory Name | Related Blog Post |
|---|---|
bytecode-manipulation |
Java Bytecode Manipulation |
dynamic-byte-class-array |
Dynamically Load Compiled Java Class |
jsr203-nio2_file-visitor |
Recursive File Tree Traversing in Java |
jsr203-nio2-watch-folder |
Monitor a Directory for Changes using Java |
string-concatenation-perf |
Java String Concatenation and Performance |
Unless stated otherwise within a specific subdirectory, all code in this repository is open-source and released under the MIT License. Feel free to copy, modify, fork, or use these snippets in your own personal or commercial setups.