Polishing
This commit is contained in:
@@ -20,8 +20,10 @@ import java.util.function.Function;
|
||||
|
||||
/**
|
||||
* Contract for applying a decorator to an {@code HttpHandler}.
|
||||
*
|
||||
* @author Christophe Maillard
|
||||
* @since 5.3.4
|
||||
*/
|
||||
public interface HttpHandlerDecoratorFactory extends Function<HttpHandler, HttpHandler> {
|
||||
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.web.cors.reactive;
|
||||
|
||||
import reactor.core.publisher.Mono;
|
||||
|
||||
Reference in New Issue
Block a user