All Projects → Takhion → Kotlin Metadata

Takhion / Kotlin Metadata

Licence: mit

Programming Languages

kotlin
9241 projects

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>")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].