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

top.hendrixshen.magiclib.api.malilib.annotation.Statistic Maven / Gradle / Ivy

There is a newer version: 0.8.41
Show newest version
package top.hendrixshen.magiclib.api.malilib.annotation;

import java.lang.annotation.*;

@Target({ /* No targets allowed */})
@Retention(RetentionPolicy.RUNTIME)
public @interface Statistic {
    boolean hotkey() default true;

    boolean valueChanged() default true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy