Here are
375 public repositories
matching this topic...
Fast Android Development. Easy maintainance.
Updated
Aug 16, 2021
Java
A simple, annotation-based library for making deep link handling better on Android
📦 Android Parcelables made easy through code generation.
Updated
Oct 14, 2020
Java
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
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 -->
Updated
Aug 23, 2019
Java
Android library that creates app shortcuts from annotations
Updated
Apr 10, 2021
Java
🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
Updated
Apr 4, 2022
Kotlin
Extras binding and intent builders for Android apps.
Updated
Nov 30, 2020
Java
Java Collections till the last breadcrumb of memory and performance
A utility library for Android to save objects in a Bundle without any boilerplate.
Updated
Sep 29, 2019
Java
An annotation processor that generates Moshi adapters from immutable Kotlin data classes.
Updated
Feb 8, 2022
Kotlin
Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.
Updated
Aug 17, 2021
Java
Auto-generate the fastest possible Parcelable implementations for Java and Kotlin
Updated
Nov 24, 2019
Java
OnActivityResult annotation compiler for Android
Updated
Nov 25, 2018
Java
A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Updated
Mar 29, 2022
Kotlin
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Updated
Apr 3, 2022
Kotlin
🚚 Android processing library for managing SharedPreferences persistence efficiently and structurally.
Updated
Aug 14, 2021
Java
a vscode extension to highlighting todos, fixmes, and any annotations...
Updated
Feb 24, 2022
JavaScript
A Java Code Generator for Pojo Builders
Updated
Jan 18, 2022
Java
Java Annotation Processor which allows to simplify development
Updated
Apr 26, 2021
Java
DAO oriented database mapping framework for Java 8+
A curated list of resources related to the Java annotation processing API (JSR 269)
Moxy is MVP library for Android with incremental annotation processor and ktx features
Updated
May 22, 2021
Java
Android library for boilerplate destruction
Updated
Dec 6, 2018
Groovy
🗡️ A small but powerful & opinionated DI library. Written in Kotlin, and powered by annotation processing.
Updated
Sep 16, 2021
Kotlin
🔧 Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins
Updated
Mar 25, 2022
Kotlin
💉 Transfuse - A Dependency Injection and Integration framework for Google Android
Updated
Jul 19, 2021
Java
An annotation processor library to automatically generate the data transfer objects (DTO).
Updated
Jun 21, 2021
Java
It is the example project for the annotation processing tutorial.
Improve this page
Add a description, image, and links to the
annotation-processor
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
annotation-processor
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Would it be possible to enable dynamic discovery of the mapper classes used in a generated code according to the source and target class through the package annotation configuration like:
@Mapper (usesPackage = {"org.company.componenent.mappers"})