Generated by
JDiff

Interface com.google.inject.servlet.ServletModule.ServletKeyBindingBuilder

Removed Methods
void with(HttpServlet) @since 3.0
void with(HttpServlet, Map<String, String>) @since 3.0
void with(Key<? extends HttpServlet>)  
void with(Key<?, extends, HttpServlet>, Map<String, String>)  
void with(Class<? extends HttpServlet>)  
void with(Class<?, extends, HttpServlet>, Map<String, String>)  
 

Added Methods
void with(Key<HttpServlet>)  
void with(Key<HttpServlet>, Map<String, String>)  
void with(Class<HttpServlet>)  
void with(Class<HttpServlet>, Map<String, String>)  
void with(HttpServlet) @since 3.0
void with(HttpServlet, Map<String, String>) @since 3.0