package br.gov.mj.sislegis.app.service; import javax.ejb.Local; import br.gov.mj.sislegis.app.model.Posicionamento; @Local public interface PosicionamentoService extends Service<Posicionamento> { }