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

com.silentgo.core.route.RoutePaser Maven / Gradle / Ivy

There is a newer version: 0.0.49
Show newest version
package com.silentgo.core.route;

import com.silentgo.core.action.ActionParam;
import com.silentgo.core.route.support.RouteFactory;

/**
 * Project : silentgo
 * com.silentgo.core.route.support
 *
 * @author teddyzhu
 *         

* Created by teddyzhu on 16/8/22. */ public interface RoutePaser { public Route praseRoute(RouteFactory routeFactory, ActionParam actionParam); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy