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

com.flyjingfish.android_aop_annotation.aop_anno.AopReplaceMethod.kt Maven / Gradle / Ivy

package com.flyjingfish.android_aop_annotation.aop_anno

/**
 * 这个注解使用本库者用不到
 */
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.FUNCTION)
annotation class AopReplaceMethod(
    /**
     * @return 目标类名(包含包名)
     */
    val targetClassName: String,
    /**
     * @return 替换类名(包含包名)
     */
    val invokeClassName: String,
    val matchType: String,
    val excludeClasses: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy