Fast Android Development. Easy maintainance.
-
Updated
Aug 16, 2021 - 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 creates app shortcuts from 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.
Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.
Auto-generate the fastest possible Parcelable implementations for Java and Kotlin
OnActivityResult annotation compiler for Android
A Java Code Generator for Pojo Builders
a vscode extension to highlighting todos, fixmes, and any annotations...
A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Java Annotation Processor which allows to simplify development
Moshi Extensions
DAO oriented database mapping framework for Java 8+
Android library for boilerplate destruction
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)
An annotation processor library to automatically generate the data transfer objects (DTO).
Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()
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."
I have a mapper type that's mapping optional list elements from user input to required list elements internally. MapStruct provides the option to set a
NullValueMappingStrategy, but that also maps beans to null. It would be helpful for my use case ifNullValueMappingStrategyhad the option to return default for collection-like objects (map/iterable), but not for beans. It seems something ge