Interface ServletModuleTargetVisitor<T,V>

All Superinterfaces:
BindingTargetVisitor<T,V>

public interface ServletModuleTargetVisitor<T,V> extends BindingTargetVisitor<T,V>
A visitor for the servlet extension. If your BindingTargetVisitor implements this interface, bindings created by using ServletModule will be visited through this interface.
Since:
3.0