awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

4 Repos

Awesome GitHub RepositoriesAnnotation Metadata Transformers

Build-time utilities for modifying or adding annotations to bean classes.

Distinct from Task Metadata Annotators: Distinct from task metadata annotators: focuses on modifying class-level annotations for dependency injection rather than task execution constraints.

Explore 4 awesome GitHub repositories matching development tools & productivity · Annotation Metadata Transformers. Refine with filters or upvote what's useful.

Awesome Annotation Metadata Transformers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • quarkusio/quarkusAvatar von quarkusio

    quarkusio/quarkus

    15,479Auf GitHub ansehen↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Dynamically adjusts application behavior by modifying annotation metadata on bean classes during the build process.

    Javacloud-nativehacktoberfestjava
    Auf GitHub ansehen↗15,479
  • raphw/byte-buddyAvatar von raphw

    raphw/byte-buddy

    6,856Auf GitHub ansehen↗

    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

    Supports adding, removing, or modifying annotations during bytecode transformations for instrumentation.

    Javabyte-codedynamic-proxyinstrumentation
    Auf GitHub ansehen↗6,856
  • johnsnowlabs/spark-nlpAvatar von JohnSnowLabs

    JohnSnowLabs/spark-nlp

    4,135Auf GitHub ansehen↗

    Spark NLP is a toolkit for scalable text analysis and machine learning built on the Apache Spark distributed computing framework. It provides a multimodal machine learning framework and a distributed pipeline system for sequencing annotators to process large-scale linguistic data. The library includes a transformer text processor for generating contextual vector embeddings and a dedicated inference engine for managing large language models. The project distinguishes itself through its ability to process heterogeneous data types, including text, audio, and images, within a unified vision-langu

    Provides utilities to flatten and simplify complex annotation objects into arrays or dataframes for easier consumption.

    Scala
    Auf GitHub ansehen↗4,135
  • hibernate/hibernate-validatorAvatar von hibernate

    hibernate/hibernate-validator

    1,266Auf GitHub ansehen↗

    Hibernate Validator is a reference implementation of the Jakarta Validation specification, serving as a framework for enforcing data integrity across Java applications. It functions as a declarative validation engine that processes object constraints to ensure that application state remains consistent. By utilizing metadata-driven rules, the library validates object properties, method parameters, and nested collections to maintain data standards throughout an application's layers. The library distinguishes itself through its ability to perform static analysis on validation configurations, ide

    Uses reflection to scan class annotations at runtime and transform them into executable validation logic for object properties.

    Javabean-validationhibernatejava
    Auf GitHub ansehen↗1,266
  1. Home
  2. Development Tools & Productivity
  3. Task Metadata Annotators
  4. Annotation Metadata Transformers

Unter-Tags erkunden

  • Annotation Data StructuringUtilities for converting complex annotation objects into simplified or flattened formats. **Distinct from Annotation Metadata Transformers:** Distinct from Annotation Metadata Transformers: focuses on flattening and simplifying data structures for consumption rather than modifying bean class metadata.
  • Runtime Annotation WeaversModifies annotations on types and methods at runtime as part of bytecode transformations. **Distinct from Annotation Metadata Transformers:** Distinct from Annotation Metadata Transformers: operates at runtime via bytecode manipulation, not build-time.