Kotlin annotation
In a nutshell, you can use libraries such as Dagger or Data Binding in your Kotlin projects.
Using kapt - Kotlin Programming Language
kotlin annotation processor tool(s)
参考:
kaptでHelloWorld | エンジニアの便利手帳
ただし@がついているからといってannotationProcessingとは限らないです
incremental annotationについて警告がでるのは、
android - How to get rid of Incremental annotation processing requested warning? - Stack Overflow