annotation-processor
There are 442 repositories under annotation-processor topic.
androidannotations/androidannotations
Fast Android Development. Easy maintainance.
mapstruct/mapstruct
An annotation processor for generating type-safe bean mappers
airbnb/DeepLinkDispatch
A simple, annotation-based library for making deep link handling better on Android
johncarl81/parceler
:package: Android Parcelables made easy through code generation.
immutables/immutables
Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included
airbnb/Showkase
🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
janishar/PlaceHolderView
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 -->
MatthiasRobbers/shortbread
Android library that creates app shortcuts from annotations
Foso/Ktorfit
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
f2prateek/dart
Extras binding and intent builders for Android apps.
leventov/Koloboke
Java Collections till the last breadcrumb of memory and performance
Evernote/android-state
A utility library for Android to save objects in a Bundle without any boilerplate.
ansman/kotshi
An annotation processor that generates Moshi adapters from immutable Kotlin data classes.
tschuchortdev/kotlin-compile-testing
A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
derive4j/derive4j
Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
wayou/vscode-todo-highlight
a vscode extension to highlighting todos, fixmes, and any annotations...
grandstaish/paperparcel
Auto-generate Parcelable implementations for Java and Kotlin
gunnarmorling/awesome-annotation-processing
A curated list of resources related to the Java annotation processing API (JSR 269)
vanniktech/OnActivityResult
OnActivityResult annotation compiler for Android
domaframework/doma
DAO oriented database mapping framework for Java
skydoves/PreferenceRoom
:truck: Android processing library for managing SharedPreferences persistence efficiently and structurally.
mkarneim/pojobuilder
A Java Code Generator for Pojo Builders
moxy-community/Moxy
Moxy is MVP library for Android with incremental annotation processor and ktx features
vbauer/jackdaw
Java Annotation Processor which allows to simplify development
FrantisekGazo/Blade
Android library for boilerplate destruction
jstachio/jstachio
Java type safe statically compiled mustache
afollestad/ulfberht
🗡️ A small but powerful & opinionated DI library. Written in Kotlin, and powered by annotation processing.
Foso/MpApt
(Deprecated) :wrench: Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins
johncarl81/transfuse
:syringe: Transfuse - A Dependency Injection and Integration framework for Google Android
vipcxj/beanknife
An annotation processor library to automatically generate the data transfer objects (DTO).
foldright/auto-pipeline
🚀 auto-pipeline is a source code generator that auto generate the component's pipeline.
janishar/annotation-processing-example
It is the example project for the annotation processing tutorial.
jeziellago/FlowNav
Annotation processor that provides better navigation on android multi-modules projects 🛳.
vipcxj/jasync
make async-await code style available in java just like csharp and es6
Sserra90/Bulldog
Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()