awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EsotericSoftware avatar

EsotericSoftware/reflectasm

0
View on GitHub↗
1,540 نجوم·219 تفرعات·Java·BSD-3-Clause·2 مشاهدات

Reflectasm

High performance Java reflection

Features

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

سجل النجوم

مخطط تاريخ النجوم لـ esotericsoftware/reflectasmمخطط تاريخ النجوم لـ esotericsoftware/reflectasm

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Reflectasm

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Reflectasm.
  • chinabugotech/hutoolالصورة الرمزية لـ chinabugotech

    chinabugotech/hutool

    30,282عرض على 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
    عرض على GitHub↗30,282
  • classgraph/classgraphالصورة الرمزية لـ classgraph

    classgraph/classgraph

    2,987عرض على GitHub↗

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

    Java
    عرض على GitHub↗2,987
  • jooq/joorالصورة الرمزية لـ jOOQ

    jOOQ/jOOR

    2,830عرض على 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
    عرض على GitHub↗2,830
  • ronmamo/reflectionsالصورة الرمزية لـ ronmamo

    ronmamo/reflections

    4,765عرض على 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
    عرض على GitHub↗4,765

الأسئلة الشائعة

ما هي وظيفة esotericsoftware/reflectasm؟

High performance Java reflection

ما هي الميزات الرئيسية لـ esotericsoftware/reflectasm؟

الميزات الرئيسية لـ esotericsoftware/reflectasm هي: Introspection and Reflection.

ما هي البدائل مفتوحة المصدر لـ esotericsoftware/reflectasm؟

تشمل البدائل مفتوحة المصدر لـ esotericsoftware/reflectasm: 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…