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

org.ligoj.bootstrap.dao.system.SystemHookRepository Maven / Gradle / Ivy

There is a newer version: 3.1.22
Show newest version
/*
 * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
 */
package org.ligoj.bootstrap.dao.system;

import org.ligoj.bootstrap.core.dao.RestRepository;
import org.ligoj.bootstrap.model.system.SystemHook;

/**
 * {@link org.ligoj.bootstrap.model.system.SystemHook} repository.
 */
public interface SystemHookRepository extends RestRepository {

	// Everything delegated
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy