awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesType-Driven Bytecode Generators

Generates Java bytecode at runtime by manipulating type structures through a fluent API.

Distinct from Bytecode Generation: Distinct from Bytecode Generation: focuses on type-driven generation via fluent API, not source compilation.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Type-Driven Bytecode Generators. Refine with filters or upvote what's useful.

Awesome Type-Driven Bytecode Generators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • raphw/byte-buddyAvatar raphw

    raphw/byte-buddy

    6,856Vezi pe GitHub↗

    Byte Buddy is a runtime code generation and bytecode manipulation library for Java. It provides a fluent API for creating and modifying Java classes during execution, enabling developers to define class structures, methods, and fields programmatically without requiring a compiler or direct bytecode assembly. The library supports agent-based class transformation, allowing loaded classes to be modified during JVM startup or runtime through a Java agent that intercepts class loading. It offers bytecode-level method interception for fine-grained control over method behavior, annotation-based code

    Generates Java bytecode at runtime by manipulating type structures through a fluent API.

    Javabyte-codedynamic-proxyinstrumentation
    Vezi pe GitHub↗6,856
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Bytecode Generation
  5. Type-Driven Bytecode Generators