awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EsotericSoftware avatar

EsotericSoftware/reflectasm

0
View on GitHub↗
1,540 estrellas·219 forks·Java·BSD-3-Clause·4 vistas

Reflectasm

High performance Java reflection

Features

  • Introspection and Reflection - High-performance reflection using bytecode generation.

Historial de estrellas

Gráfico del historial de estrellas de esotericsoftware/reflectasmGráfico del historial de estrellas de esotericsoftware/reflectasm

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Reflectasm

Proyectos open-source similares, clasificados según cuántas características comparten con Reflectasm.
  • chinabugotech/hutoolAvatar de chinabugotech

    chinabugotech/hutool

    30,282Ver en GitHub↗

    Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu

    Javahttphutooljava
    Ver en GitHub↗30,282
  • classgraph/classgraphAvatar de classgraph

    classgraph/classgraph

    2,987Ver en GitHub↗

    An uber-fast parallelized Java classpath scanner and module scanner.

    Java
    Ver en GitHub↗2,987
  • jooq/joorAvatar de jOOQ

    jOOQ/jOOR

    2,830Ver en GitHub↗

    jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.

    Java
    Ver en GitHub↗2,830
  • ronmamo/reflectionsAvatar de ronmamo

    ronmamo/reflections

    4,765Ver en GitHub↗

    Reflections is a Java classpath scanning library and metadata indexer designed to locate classes, methods, and resources at runtime. It functions as a tool for annotation discovery and type hierarchy analysis, allowing the system to identify elements marked with specific annotations or to resolve super-types and subtypes within the Java virtual machine. The project distinguishes itself through metadata serialization, providing mechanisms to save the scanned index to persistent files or source code. This capability reduces application startup overhead by eliminating the need for repeated, expe

    Java
    Ver en GitHub↗4,765

Preguntas frecuentes

¿Qué hace esotericsoftware/reflectasm?

High performance Java reflection

¿Cuáles son las características principales de esotericsoftware/reflectasm?

Las características principales de esotericsoftware/reflectasm son: Introspection and Reflection.

¿Qué alternativas de código abierto existen para esotericsoftware/reflectasm?

Las alternativas de código abierto para esotericsoftware/reflectasm incluyen: chinabugotech/hutool — Hutool is a standard utility library for Java application development designed to simplify common programming tasks… classgraph/classgraph — An uber-fast parallelized Java classpath scanner and module scanner. jooq/joor — jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a… ronmamo/reflections — Reflections is a Java classpath scanning library and metadata indexer designed to locate classes, methods, and…