Browse Source

Javadoc

pull/1175/head
Arjen Poutsma 9 years ago
parent
commit
b83a6daf4b
  1. 1
      spring-web-reactive/src/main/java/org/springframework/web/reactive/function/FilterFunction.java

1
spring-web-reactive/src/main/java/org/springframework/web/reactive/function/FilterFunction.java

@ -25,6 +25,7 @@ import org.springframework.web.reactive.function.support.RequestWrapper; @@ -25,6 +25,7 @@ import org.springframework.web.reactive.function.support.RequestWrapper;
* @param <R> the type of the response of the function
* @author Arjen Poutsma
* @since 5.0
* @see RouterFunction#filter(FilterFunction)
*/
@FunctionalInterface
public interface FilterFunction<T, R> {

Loading…
Cancel
Save