Routes

annotation class Routes

Created by ZhangTao on 17/8/11.

Functions

annotationType
链接已复制到剪贴板
abstract fun annotationType(): Class<out Annotation>
equals
链接已复制到剪贴板
abstract fun equals(p: Any): Boolean
hashCode
链接已复制到剪贴板
abstract fun hashCode(): Int
toString
链接已复制到剪贴板
abstract fun toString(): String
value
链接已复制到剪贴板
abstract fun value(): Array<Route>