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

com.blade.loader.RouteLoader Maven / Gradle / Ivy

There is a newer version: 1.7.2-beta
Show newest version
package com.blade.loader;

import java.text.ParseException;
import java.util.List;

import com.blade.route.Route;
import com.blade.route.RouteException;

/**
 * 
 * 

* 路由加载器 *

* * @author biezhi * @since 1.0 */ public interface RouteLoader { List load() throws ParseException, RouteException; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy