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

main.com.mm.annotation.RouterPath.kt Maven / Gradle / Ivy

Go to download

Activity Result API 方式启动的路由管理器

The newest version!
package com.mm.annotation

/**
 * router path
 * @param value path of router
 * @param des description
 */
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS)
annotation class RouterPath(val value: String, val des: String = "")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy