com.therouter.router.action.ActionInterceptor.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apt Show documentation
Show all versions of apt Show documentation
Android 动态路由库-移动端模块化解决方案
package com.therouter.router.action
import java.lang.annotation.Retention
import java.lang.annotation.RetentionPolicy
/**
* Created by ZhangTao on 23/1/03.
*/
@Retention(RetentionPolicy.SOURCE)
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
annotation class ActionInterceptor(val actionName: String)