Interface ServletModuleTargetVisitor<T,​V>

  • All Superinterfaces:
    com.google.inject.spi.BindingTargetVisitor<T,​V>

    public interface ServletModuleTargetVisitor<T,​V>
    extends com.google.inject.spi.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