Browse Source

Polishing

pull/1173/merge
Arjen Poutsma 9 years ago
parent
commit
b703dbf6ab
  1. 4
      spring-web-reactive/src/main/java/org/springframework/web/reactive/function/Configuration.java

4
spring-web-reactive/src/main/java/org/springframework/web/reactive/function/Configuration.java

@ -27,7 +27,9 @@ import org.springframework.web.reactive.result.view.ViewResolver; @@ -27,7 +27,9 @@ import org.springframework.web.reactive.result.view.ViewResolver;
/**
* Defines the configuration to be used for processing {@link HandlerFunction}s. An instance of
* this class is immutable, but a
* this class is immutable; instances are typically created through the mutable {@link Builder}:
* either through {@link #builder()} to create a default configuration, {@link #empty()} to create
* an empty configuration.
*
* @author Arjen Poutsma
* @since 5.0

Loading…
Cancel
Save