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
·

1 Repo

Awesome GitHub RepositoriesBytecode Proxy Generation

Creating runtime proxies for classes using bytecode manipulation to enable interception without requiring interfaces.

Distinct from Class Method Interception: Distinct from Class Method Interception: focuses on the generation mechanism of the proxy class via bytecode rather than the act of intercepting the method.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Bytecode Proxy Generation. Refine with filters or upvote what's useful.

Awesome Bytecode Proxy Generation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • code4craft/tiny-springAvatar von code4craft

    code4craft/tiny-spring

    4,089Auf GitHub ansehen↗

    tiny-spring is a Java inversion of control container and aspect-oriented programming framework. It provides a system for managing object lifecycles and dependency injection to decouple application components. The project features a bytecode proxy generator that enables method interception and behavioral modification for classes that do not implement interfaces. It uses pointcut expressions to match specific classes and methods for the execution of cross-cutting logic via dynamic proxies. The framework manages singleton components and resolves object dependencies using lazy initialization. Ap

    Implements a bytecode proxy generator to enable method interception for classes that do not implement interfaces.

    Java
    Auf GitHub ansehen↗4,089
  1. Home
  2. Programming Languages & Runtimes
  3. Dynamic Class Creation
  4. Class Loading Mechanisms
  5. Class Loading Interception
  6. Class Method Interception
  7. Bytecode Proxy Generation