Add package-info.java to mock.web.reactive.function.server
This commit is contained in:
@@ -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