ProjectAres/Util/core/src/main/java/tc/oc/commons/core/commands/NestedCommands.java

11 lines
232 B
Java

package tc.oc.commons.core.commands;
import tc.oc.commons.core.plugin.PluginFacet;
/**
* @deprecated use {@link CommandBinder} to register any command class
*/
@Deprecated
public interface NestedCommands extends PluginFacet {
}