
core.WorkstationAddCommand Maven / Gradle / Ivy
The newest version!
/*
* WorkstationAddCommand.java criado em 05/01/2014
*
* Propriedade de Objectos Fábrica de Software LTDA.
* Reprodução parcial ou total proibida.
*/
package br.com.objectos.rio.core;
import br.com.objectos.way.cli.Command;
import com.google.inject.ImplementedBy;
/**
* @author [email protected] (Marcio Endo)
*/
@ImplementedBy(WorkstationAdd.class)
public interface WorkstationAddCommand extends Command {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy