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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy