mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Add package-info.java to mock.web.reactive.function.server
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Mock objects for the functional web framework.
|
||||
*
|
||||
* <p>Useful for testing router and handler functions.
|
||||
*
|
||||
*/
|
||||
@NonNullApi
|
||||
package org.springframework.mock.web.reactive.function.server;
|
||||
|
||||
import org.springframework.lang.NonNullApi;
|
||||
Reference in New Issue
Block a user