/** * */ package me.bayes.vertx.vest; /** * An interceptor can be added to the chain of interceptors that should * * @author Kevin Bayes */ public interface Interceptor { }