com.neko233.config233.annotation.ConfigUid233.kt Maven / Gradle / Ivy
package com.neko233.config233.annotation
/**
* 只能标注在 1 个 Field 中
*
* @author SolarisNeko
* Date on 2023-10-24
* */
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.FIELD)
annotation class ConfigUid233(
/**
* 注释
*/
val comment: String = "",
)