add javadoc (class purpose) for ICommandRegistry

This commit is contained in:
tschulz 2016-05-31 10:56:21 +02:00
parent eefeb1e19f
commit d8abaec756

View File

@ -8,7 +8,9 @@ import java.util.Map;
import java.util.function.BiConsumer; import java.util.function.BiConsumer;
/** /**
* This Interface represents the gateway for registering and deregistering commands.
* *
* @author tschulz
*/ */
public interface ICommandRegistry { public interface ICommandRegistry {