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

com.therouter.router.action.ActionInterceptor.kt Maven / Gradle / Ivy

There is a newer version: 1.2.3-rc17
Show newest version
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)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy