com.neko233.config233.annotation.ConfigHotUpdateWatcherClass233.kt Maven / Gradle / Ivy
package com.neko233.config233.annotation
/**
* config233 中需要注册热更新 callback 的 watcher(业务 class)
* 需要标记该注解
*
*
* @author SolarisNeko
* Date on 2024-01-01
* */
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS)
annotation class ConfigHotUpdateWatcherClass233()