Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 695 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 695 Bytes

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>")