awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesAnnotation Processor Frameworks

Toolkits and utilities designed to simplify the development of custom annotation processors.

Distinct from Java Annotation Processors: Provides the plumbing and utilities to build processors, rather than being a specific processor for a domain.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Annotation Processor Frameworks. Refine with filters or upvote what's useful.

Awesome Annotation Processor Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • google/autogoogle का अवतार

    google/auto

    10,545GitHub पर देखें↗

    This project is a Java annotation processing framework and source code generator designed to automate repetitive boilerplate and reduce manual coding errors. It functions as a toolkit for building custom annotation processors that produce source code, metadata, and type definitions during the compilation process. The framework specifically automates the creation of immutable value types with built-in equality and hashing logic, as well as the generation of factory implementations for dependency injection. It also handles the automated production of service provider configuration files to enab

    Streamlines the creation of custom annotation processors through utility tools that handle complex compiler plumbing.

    Java
    GitHub पर देखें↗10,545
  • airbnb/epoxyairbnb का अवतार

    airbnb/epoxy

    8,556GitHub पर देखें↗

    Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates RecyclerView adapter models at compile time from annotated custom views, data binding layouts, or view holders, eliminating the manual boilerplate typically associated with view holders and adapters. The library provides a diffing engine that automatically compares model lists and applies minimal updates with animations for insertions, removals, and moves. The library distinguishes itself through its controller-based model building, where a controller class with a buildModels meth

    Sets annotation processor options for each package using a package annotation with fallback.

    Java
    GitHub पर देखें↗8,556
  1. Home
  2. Programming Languages & Runtimes
  3. Java Annotation Processors
  4. Annotation Processor Frameworks

सब-टैग एक्सप्लोर करें

  • Package-Level Processor OptionsSets annotation processor options for each package using a package annotation, with fallback to parent packages or global settings. **Distinct from Annotation Processor Frameworks:** Distinct from Annotation Processor Frameworks: this is about configuring processor options per package, not building processors.