com.therouter.inject.Singleton.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.inject
import java.lang.annotation.Retention
import java.lang.annotation.RetentionPolicy
/**
* Created by ZhangTao on 17/8/23.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS)
annotation class Singleton