Polishing
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
/**
|
||||
* A comprehensive set of Servlet API 3.0 mock objects,
|
||||
* targeted at usage with Spring's Web MVC framework.
|
||||
* A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
|
||||
* Spring's Web MVC framework.
|
||||
*
|
||||
* <p>Useful for testing web contexts and controllers.
|
||||
*
|
||||
* <p>More convenient to use than dynamic mock objects
|
||||
* (<a href="http://www.easymock.org">EasyMock</a>) or
|
||||
* existing Servlet API mock objects
|
||||
* (<a href="http://www.mockobjects.com">MockObjects</a>).
|
||||
*/
|
||||
@NonNullApi
|
||||
@NonNullFields
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Mock implementations of Spring's reactive server web API abtsractions.
|
||||
* Mock implementations of Spring's reactive server web API abstractions.
|
||||
*/
|
||||
@NonNullApi
|
||||
@NonNullFields
|
||||
|
||||
Reference in New Issue
Block a user