SPR-5523: converted a few additional package.html artifacts to package-info.java

This commit is contained in:
Chris Beams
2009-11-06 23:13:15 +00:00
parent 6494041849
commit ca0b590bb9
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/**
* A comprehensive set of Portlet API mock objects,
* targeted at usage with Spring's web MVC framework.
* 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 Portlet API mock objects.
*/
package org.springframework.mock.web.portlet;