An open API service indexing awesome lists of open source software.

https://github.com/daggerok/annotation-processor-examples

In progress: Annotation processing
https://github.com/daggerok/annotation-processor-examples

annotation-processing annotation-processor

Last synced: 6 months ago
JSON representation

In progress: Annotation processing

Awesome Lists containing this project

README

          

# Annotation processing [![Build Status](https://travis-ci.org/daggerok/annotation-processor-examples.svg?branch=master)](https://travis-ci.org/daggerok/annotation-processor-examples)
Playground of annotation processing in JVM

_build and test_

```bash
./gradlew
./mvnw
```

inspired by this talk: [YouTube: KotlinConf 2018 - Annotation Processing in a Kotlin World by Zac Sweers](https://www.youtube.com/watch?v=a2RoLFzrFG0)

_links_

* [Kotlin + Java maven compile config](https://kotlinlang.org/docs/reference/using-maven.html)
* [Kotlin + Java gradle compile config](https://kotlinlang.org/docs/reference/using-gradle.html)