com.vtence.molecule.routing.Route Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molecule Show documentation
Show all versions of molecule Show documentation
A web micro-framework for Java
package com.vtence.molecule.routing;
import com.vtence.molecule.Application;
import com.vtence.molecule.Request;
import com.vtence.molecule.lib.matchers.Matcher;
public interface Route extends Matcher, Application {
}