Generated by
JDiff

Interface com.google.inject.servlet.ServletModule.FilterKeyBindingBuilder

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

Added Methods
void through(Key<Filter>)  
void through(Key<Filter>, Map<String, String>)  
void through(Class<Filter>)  
void through(Class<Filter>, Map<String, String>)  
void through(Filter) @since 3.0
void through(Filter, Map<String, String>) @since 3.0