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
- Host: GitHub
- URL: https://github.com/daggerok/annotation-processor-examples
- Owner: daggerok
- License: mit
- Created: 2019-05-24T03:55:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T22:42:18.000Z (over 3 years ago)
- Last Synced: 2025-01-10T00:46:13.195Z (12 months ago)
- Topics: annotation-processing, annotation-processor
- Language: Kotlin
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Annotation processing [](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)