@Target(value=METHOD)
@Retention(value=RUNTIME)
public static @interface CommandPriority.Low
CommandPriority, this
will always be lower than any other command, regardless of whether the other
command has a priority or not.
Two commands with @Low priority will be of equal priority.