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

com.therouter.router.Routes.kt Maven / Gradle / Ivy

There is a newer version: 1.2.3-rc17
Show newest version
package com.therouter.router

import java.lang.annotation.Retention
import java.lang.annotation.RetentionPolicy

/**
 * Created by ZhangTao on 17/8/11.
 */
@Retention(RetentionPolicy.SOURCE)
@Target(AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS)
annotation class Routes(vararg val value: Route)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy