All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.anteros.commons.services.rest.service.impl.ApprovalServiceImpl Maven / Gradle / Ivy

The newest version!
package br.com.anteros.commons.services.rest.service.impl;

import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Service;

import br.com.anteros.security.store.sql.domain.Approval;
import br.com.anteros.commons.services.rest.service.ApprovalService;
import br.com.anteros.spring.service.SpringSQLService;

/**
*  Generated by Anteros Generator Maven Plugin at 23/10/2019 10:25:34
**/

@Service("approvalService")
@Scope("prototype")
public class ApprovalServiceImpl extends SpringSQLService implements ApprovalService {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy