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

net.badbird5907.blib.annotation.Disable Maven / Gradle / Ivy

There is a newer version: 2.1.11-REL
Show newest version
package net.badbird5907.blib.annotation;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

//@Target(ElementType.)
@Retention(RetentionPolicy.RUNTIME)
/**
 * Disables a command
 */
public @interface Disable {
    String reason() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy