com.github.aidensuen.mongo.command.CommandSource Maven / Gradle / Ivy
package com.github.aidensuen.mongo.command;
import com.github.aidensuen.mongo.mapping.BoundCommand;
public interface CommandSource {
BoundCommand getBoundCommand(Object parameterObject);
}