tokensmith / otter

micro web framework for servlet api 4.0.1
MIT License
5 stars 0 forks source link

Configure #60

Closed tmackenzie closed 6 years ago

tmackenzie commented 6 years ago

The entry servlet should delegate configuration and routes via a Configure.

public interface Configure {
    void configure(Gateway gateway);
    void routes(Gateway gateway);
}