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

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

There is a newer version: 1.6.7-beta-6
Show 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 - 2024 Weber Informatics LLC | Privacy Policy