annotation-processor topic

List annotation-processor repositories

piri

55
Stars
11
Forks
Watchers

Piri is a lightweight annotation processing library that generates static factory methods for your Activities and Fragments.

ulfberht

251
Stars
8
Forks
Watchers

🗡️ A small but powerful & opinionated DI library. Written in Kotlin, and powered by annotation processing.

annotation-processor-sample

24
Stars
4
Forks
Watchers

An annotation processor which implements "Builder pattern" for your java classes.

Bulldog

128
Stars
9
Forks
Watchers

Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()

KPoet

61
Stars
5
Forks
Watchers

An expressive DSL built on top of JavaPoet to make writing code almost as easy as writing the code yourself.

butterknife-ktx

20
Stars
1
Forks
Watchers

Kotlin extension bridge library for Butterknife (proof-of-concept)

dagger2-ktx

40
Stars
1
Forks
Watchers

Kotlin extension bridge library for Dagger2 (proof-of-concept)

EasyAdapter

80
Stars
7
Forks
Watchers

Android Annotation Processing Library to generate your adapters only with Annotations on your model, support working with Kapt and KSP Processors

ksp-sample

47
Stars
11
Forks
Watchers

Kotlin Symbol Processing (KSP) sample project

simple-annotation-processor

56
Stars
6
Forks
Watchers

Simple annotation processor example. Inspired by the idea of "How ButterKnife works?"