Takhion / kotlin-metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bintray License

Kotlin Metadata

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.

Usage

Gradle:

compile("me.eugeniomarletti.kotlin.metadata:kotlin-metadata:<version>")

About

License:MIT License


Languages

Language:Kotlin 100.0%