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

com.catchpig.annotation.OnClickSecondDrawable.kt Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package com.catchpig.annotation

import androidx.annotation.DrawableRes

/**
 * 描述:右边第二个图标按钮的点击事件
 *
 * 修饰的方法可以没有参数和一个参数,
 * 有参数的时候参数类型必须为View
 * @author catchpig
 * @date 2019/10/18 00:18
 */
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class OnClickSecondDrawable(
        /**
         * 图标内容
         */
        @DrawableRes val value: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy