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

com.neko233.config233.annotation.ConfigHotUpdateInvokeMethod233.kt Maven / Gradle / Ivy

The newest version!
package com.neko233.config233.annotation

import kotlin.reflect.KClass

/**
 * 配置热更新后, 调用的方法. method 需要为无参数
 *
 * @author SolarisNeko
 * Date on 2023-10-24
 * */
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.FUNCTION)
annotation class ConfigHotUpdateInvokeMethod233(

    // 文件名别名
    val value: Array>

)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy