There are 11 repositories under annotation-processor topic.
Fast Android Development. Easy maintainance.
A simple, annotation-based library for making deep link handling better on Android
:package: Android Parcelables made easy through code generation.
Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects.
🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
HTTP client generator / KSP plugin for Kotlin Multiplatform (Android, iOS, Js, Jvm, Native, WasmJs)) using KSP and Ktor clients inspired by Retrofit https://foso.github.io/Ktorfit
Android library that creates app shortcuts from annotations
A utility library for Android to save objects in a Bundle without any boilerplate.
An annotation processor that generates Moshi adapters from immutable Kotlin data classes.
A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.
a vscode extension to highlighting todos, fixmes, and any annotations...
A curated list of resources related to the Java annotation processing API (JSR 269)
Auto-generate Parcelable implementations for Java and Kotlin
DAO oriented database mapping framework for Java
OnActivityResult annotation compiler for Android
:truck: Android processing library for managing SharedPreferences persistence efficiently and structurally.
A Java Code Generator for Pojo Builders
Moxy is MVP library for Android with incremental annotation processor and ktx features
Android library for boilerplate destruction
🗡️ A small but powerful & opinionated DI library. Written in Kotlin, and powered by annotation processing.
(Deprecated) :wrench: Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins
:syringe: Transfuse - A Dependency Injection and Integration framework for Google Android
An annotation processor library to automatically generate the data transfer objects (DTO).
🚀 auto-pipeline is a source code generator that auto generate the component's pipeline.
It is the example project for the annotation processing tutorial.
Annotation processor that provides better navigation on android multi-modules projects 🛳.
Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()