Add package-info.java to mock.web.reactive.function.server

This commit is contained in:
Arjen Poutsma
2017-06-01 12:37:42 +02:00
parent 7894efdd1e
commit 8504084553

View File

@@ -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;