rework command system
This commit is contained in:
@ -8,6 +8,9 @@ import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* Annotated at the top of a class to define
|
||||
* the default values for a {@link BatCommand}.
|
||||
*
|
||||
* @author Fascinated (fascinated7)
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
|
Reference in New Issue
Block a user