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

com.skillw.asahi.api.annotation.AsahiPrefix.kt Maven / Gradle / Ivy

The newest version!
package com.skillw.asahi.api.annotation

/**
 * Asahi Prefix annotation
 *
 * 自动注册
 *
 * @constructor Asahi Prefix annotation
 */
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.FIELD)
annotation class AsahiPrefix(val names: Array = [], val namespace: String = "common")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy