Reflection Libraries
Runtime libraries for Kotlin reflection, which allows you to introspect the structure of your program at runtime.
Last Release on Apr 22, 2026
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
Last Release on May 27, 2025
3.Objenesis2,702 usages
org.objenesis » objenesis Apache
A library for instantiating Java objects
Last Release on Jan 26, 2026
6.ClassMate366 usages
com.fasterxml » classmate Apache
Library for introspecting types with full generic information
including resolving of field and method types.
Last Release on Jan 2, 2026
Common reflection code used in support of annotation processing
Last Release on Oct 21, 2024
Library to access parameter names of non-private methods and constructors at runtime.
Last Release on Mar 11, 2025
Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
Last Release on Aug 2, 2025
jOOR is a recursive acronym that stands for jOOR Object Oriented Reflection. It is a simple wrapper for the java.lang.reflect package.
Last Release on Aug 24, 2023
