
com.codingapi.springboot.framework.command.IExecutor Maven / Gradle / Ivy
package com.codingapi.springboot.framework.command;
import com.codingapi.springboot.framework.dto.response.Response;
public interface IExecutor {
interface Command {
R execute(C command);
}
interface Void {
R execute();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy