com.skillw.asahi.api.annotation.AsahiTopParser.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pouvoir Show documentation
Show all versions of Pouvoir Show documentation
Bukkit Script Engine Plugin.
package com.skillw.asahi.api.annotation
/**
* Asahi Top Parser annotation
*
* 自动注册
*
* @constructor Asahi Top parser annotation
*/
@Target(AnnotationTarget.CLASS)
annotation class AsahiTopParser
© 2015 - 2024 Weber Informatics LLC | Privacy Policy