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

org.huiche.web.ServiceProvider Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package org.huiche.web;


import org.huiche.data.entity.BaseEntity;
import org.huiche.service.BaseCrudService;

import javax.annotation.Nonnull;

/**
 * Service提供者,用于基础Crud控制器
 *
 * @author Maning
 */
public interface ServiceProvider> {
    /**
     * 提供service
     *
     * @return service
     */
    @Nonnull
    BaseCrudService service();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy