org.ligoj.app.iam.ICompanyRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-api Show documentation
Show all versions of plugin-api Show documentation
Plugin API definition and compatibility following semver
The newest version!
/*
* Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
*/
package org.ligoj.app.iam;
/**
* Company LDAP repository
*/
public interface ICompanyRepository extends IContainerRepository {
// Nothing specific for now
}