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

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

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

/**
 *
 *
 * @author SolarisNeko
 * Date on 2023-10-24
 * */
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS)
annotation class ConfigFileClass233(

    // 文件名别名
    val value: String = ""

)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy