Fast Android Development. Easy maintainance.
-
Updated
Apr 10, 2020 - Java
{{ message }}
Fast Android Development. Easy maintainance.
A simple, annotation-based library for making deep link handling better on Android
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 -->
Android library that generates app shortcuts from Shortcut annotations
Extras binding and intent builders for Android apps.
Java Collections till the last breadcrumb of memory and performance
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.
Auto-generate the fastest possible Parcelable implementations for Java and Kotlin
Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.
OnActivityResult annotation compiler for Android
A Java Code Generator for Pojo Builders
Java Annotation Processor which allows to simplify development
Android library for boilerplate destruction
a vscode extension to highlighting todos, fixmes, and any annotations...
DAO oriented database mapping framework for Java 8+
Moxy is MVP library for Android with incremental annotation processor and ktx features
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
Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()
It is the example project for the annotation processing tutorial.
An annotation processor for breadcrumbing metadata across compilation boundaries.
Add a description, image, and links to the annotation-processor topic page so that developers can more easily learn about it.
To associate your repository with the annotation-processor topic, visit your repo's landing page and select "manage topics."
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"})