arrow.higherkinds.AnnotationInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arrow-meta Show documentation
Show all versions of arrow-meta Show documentation
Functional companion to Kotlin's Standard Library
package arrow.higherkinds
import arrow.higherkind
val higherKindsAnnotationKClass = higherkind::class
val higherKindsAnnotationClass = higherKindsAnnotationKClass.java
val higherKindsAnnotationName = "@" + higherKindsAnnotationClass.simpleName
© 2015 - 2025 Weber Informatics LLC | Privacy Policy