Generated by
JDiff

Interface com.google.inject.servlet.ServletModuleTargetVisitor

Documentation changed from old to new.

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