001package fr.aumgn.bukkitutils.command; 002 003/** 004 * Flag interface for classes holding command methods. 005 */ 006public interface Commands { 007}