arrow.core.extensions.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.core.extensions
import arrow.extension
val instanceAnnotationKClass = extension::class
val instanceAnnotationClass = instanceAnnotationKClass.java
val instanceAnnotationName = "@" + instanceAnnotationClass.simpleName
© 2015 - 2025 Weber Informatics LLC | Privacy Policy