ronmamo/reflections
Java runtime metadata analysis observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4887
- days_rel: n/a
- days_push: 807
- n_releases_24m: 0
Adoption not part of the score
4764 stars · 699 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Java library that scans and indexes classpath metadata at runtime, enabling reverse transitive queries over the type system. It lets you find subtypes, annotated types, methods, and resources without enumerating classes manually.
Use cases
- find all classes implementing an interface at runtime
- discover classes annotated with a given annotation
- scan classpath for resources
- build plugin systems that auto-discover implementations
- query methods by annotation, parameters, or return type
When to choose
- you need runtime classpath scanning and type discovery on the JVM
- you're building plugin or extension mechanisms that locate implementations automatically
- you want to query annotations, subtypes, or resources without hardcoding class lists
When to avoid
- the project is explicitly not under active development or maintenance
- you need guaranteed bug fixes or timely support for new Java versions
- you only need compile-time annotation processing rather than runtime scanning
Facets
library · maturity maintenance
developer-tools parser plugin-system developer-tools programming-languages jvm reflection classpath-scanning metadata-analysis annotations java
1 source
- readme: https://github.com/ronmamo/reflections · fetched 2026-08-28 · 934cfefd4a80
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ronmamo/reflections | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="ronmamo/reflections")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem