This library is a wrapper around Kotlin's @Metadata
annotation, exposing its data in a typesafe manner.
The @Metadata
annotation contains information about Kotlin specific features that would otherwise be lost when compiling Kotlin to Java, and are especially useful when developing annotation processors.
Gradle:
compile("me.eugeniomarletti.kotlin.metadata:kotlin-metadata:<version>")