diff --git a/spring-test/src/main/java/org/springframework/mock/web/reactive/function/server/package-info.java b/spring-test/src/main/java/org/springframework/mock/web/reactive/function/server/package-info.java new file mode 100644 index 0000000000..2ce9e4c2eb --- /dev/null +++ b/spring-test/src/main/java/org/springframework/mock/web/reactive/function/server/package-info.java @@ -0,0 +1,10 @@ +/** + * Mock objects for the functional web framework. + * + *

Useful for testing router and handler functions. + * + */ +@NonNullApi +package org.springframework.mock.web.reactive.function.server; + +import org.springframework.lang.NonNullApi;