awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EsotericSoftware avatar

EsotericSoftware/reflectasm

0
View on GitHub↗

Reflectasm

High performance Java reflection

Features

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

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI
1,540 Stars·219 Forks·Java·BSD-3-Clause·2 Aufrufe

Star-Verlauf

Star-Verlauf für esotericsoftware/reflectasmStar-Verlauf für esotericsoftware/reflectasm

Open-Source-Alternativen zu Reflectasm

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Reflectasm.
  • chinabugotech/hutoolAvatar von chinabugotech

    chinabugotech/hutool

    30,282Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗30,282
  • classgraph/classgraphAvatar von classgraph

    classgraph/classgraph

    2,987Auf GitHub ansehen↗

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

    Java
    Auf GitHub ansehen↗2,987
  • jooq/joorAvatar von jOOQ

    jOOQ/jOOR

    2,830Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,830
  • ronmamo/reflectionsAvatar von ronmamo

    ronmamo/reflections

    4,765Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,765

Häufig gestellte Fragen

Was macht esotericsoftware/reflectasm?

High performance Java reflection

Was sind die Hauptfunktionen von esotericsoftware/reflectasm?

Die Hauptfunktionen von esotericsoftware/reflectasm sind: Introspection and Reflection.

Welche Open-Source-Alternativen gibt es zu esotericsoftware/reflectasm?

Open-Source-Alternativen zu esotericsoftware/reflectasm sind unter anderem: 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…