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

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

There is a newer version: 0.1.8
Show newest version
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()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy