package br.com.centralit.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import br.com.centralit.api.framework.json.ViewsEcm; import br.com.centralit.api.model.CancelamentoDocumentoGed; import br.com.centralit.api.service.CancelamentoDocumentoGedService; import br.com.centralit.framework.controller.GenericController; /** *
*
*
* Company: Central IT - Governança Corporativa - *
* ** Title: *
* ** Description: *
* ** Iniciativa(s): NUMERO_INICIATIVA *
* ** Regra(s) de negócio: NUMERO_REGRA_DE_NEGOCIO *
* * @since 19/01/2016 - 16:51:58 * * @version 1.0.0 * * @author rogerio.costa * */ @Controller @RequestMapping("/rest/cancelamentoDocumentoGed") public class CancelamentoDocumentoGedController extends GenericController