
main.com.mm.annotation.RouterPath.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of router_annotation Show documentation
Show all versions of router_annotation Show documentation
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