All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.rougsig.fakito.runtime.RxFakito.kt Maven / Gradle / Ivy

package com.github.rougsig.fakito.runtime

import kotlin.reflect.KClass

@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.SOURCE)
annotation class RxFakito(
  val value: KClass<*>
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy