it.mice.voila.runtime.service.CustomService Maven / Gradle / Ivy
package it.mice.voila.runtime.service;
import org.springframework.transaction.annotation.Transactional;
/**
* Base custom service interface.
*/
@Transactional
public interface CustomService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy