Here are
310 public repositories
matching this topic...
Fast Android Development. Easy maintainance.
Updated
Apr 10, 2020
Java
A simple, annotation-based library for making deep link handling better on Android
Updated
Jul 22, 2020
Java
📦 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. JSON, Jackson, Gson, JAX-RS integrations included
Updated
Aug 13, 2020
Java
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 generates app shortcuts from Shortcut annotations
Updated
Jul 21, 2020
Java
Extras binding and intent builders for Android apps.
Updated
Aug 31, 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
Aug 24, 2020
Kotlin
Auto-generate the fastest possible Parcelable implementations for Java and Kotlin
Updated
Nov 24, 2019
Java
Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.
🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
Updated
Aug 31, 2020
Kotlin
OnActivityResult annotation compiler for Android
Updated
Nov 25, 2018
Java
🚚 Android processing library for managing SharedPreferences persistence efficiently and structurally.
A Java Code Generator for Pojo Builders
Updated
Mar 13, 2019
Java
Java Annotation Processor which allows to simplify development
Android library for boilerplate destruction
Updated
Dec 6, 2018
Groovy
a vscode extension to highlighting todos, fixmes, and any annotations...
Updated
May 28, 2020
JavaScript
🗡️ A small but powerful & opinionated DI library. Written in Kotlin, and powered by annotation processing.
Updated
Feb 24, 2020
Kotlin
💉 Transfuse - A Dependency Injection and Integration framework for Google Android
DAO oriented database mapping framework for Java 8+
Updated
Aug 29, 2020
Java
Moxy is MVP library for Android with incremental annotation processor and ktx features
Updated
Aug 25, 2020
Java
🔧 Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins
Updated
Aug 9, 2020
Kotlin
A curated list of resources related to the Java annotation processing API (JSR 269)
A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Updated
Aug 27, 2020
Kotlin
Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()
Updated
Jul 19, 2019
Kotlin
It is the example project for the annotation processing tutorial.
An annotation processor for breadcrumbing metadata across compilation boundaries.
Updated
Aug 19, 2020
Kotlin
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"})