Generated by
JDiff

Interface com.google.inject.servlet.ServletModuleTargetVisitor

Changed Methods
V visit(InstanceFilterBinding) Changed from non-abstract to abstract. Visits a filter binding created by ServletModule.filter where FilterKeyBindingBuilder.through is called with a Filter.
V visit(InstanceServletBinding) Changed from non-abstract to abstract. Visits a servlet binding created by ServletModule.serve where ServletKeyBindingBuilder.with, is called with an HttpServlet.
V visit(LinkedFilterBinding) Changed from non-abstract to abstract. Visits a filter binding created by ServletModule.filter, where FilterKeyBindingBuilder.through is called with a Class or Key.
V visit(LinkedServletBinding) Changed from non-abstract to abstract. Visits a servlet binding created by ServletModule.serve where ServletKeyBindingBuilder.with, is called with a Class or Key.