RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'

* Applied patch submitted by Carlos Zuniga
This commit is contained in:
Chris Beams
2009-06-01 04:14:22 +00:00
parent f3e6242568
commit a9696c7282
499 changed files with 2627 additions and 2420 deletions

View File

@@ -0,0 +1,9 @@
/**
*
* Package providing integration of <a href="http://www.castor.org/xml-mapping.html">Castor</a> within Springs O/X Mapping
* support
*
*/
package org.springframework.oxm.castor;

View File

@@ -1,6 +0,0 @@
<html>
<body>
Package providing integration of <a href="http://www.castor.org/xml-mapping.html">Castor</a> within Springs O/X Mapping
support.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Provides an namespace handler for the Spring Object/XML namespace
*
*/
package org.springframework.oxm.config;

View File

@@ -1,5 +0,0 @@
<html>
<body>
Provides an namespace handler for the Spring Object/XML namespace.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Package providing integration of <a href="http://java.sun.com/webservices/jaxb/">JAXB</a> with Springs O/X Mapping
* support
*
*/
package org.springframework.oxm.jaxb;

View File

@@ -1,6 +0,0 @@
<html>
<body>
Package providing integration of <a href="http://java.sun.com/webservices/jaxb/">JAXB</a> with Springs O/X Mapping
support.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Package providing integration of <a href="http://jibx.sourceforge.net/">JiBX</a> with Springs O/X Mapping
* support
*
*/
package org.springframework.oxm.jibx;

View File

@@ -1,6 +0,0 @@
<html>
<body>
Package providing integration of <a href="http://jibx.sourceforge.net/">JiBX</a> with Springs O/X Mapping
support.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Contains (un)marshallers optimized to store binary data in MIME attachments.
* </htm
*
*/
package org.springframework.oxm.mime;

View File

@@ -1,5 +0,0 @@
<html>
<body>
Contains (un)marshallers optimized to store binary data in MIME attachments.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Root package for Spring's O/X Mapping integration classes. Contains generic Marshaller and Unmarshaller interfaces,
* and XmlMappingExceptions related to O/X Mapping
*
*/
package org.springframework.oxm;

View File

@@ -1,6 +0,0 @@
<html>
<body>
Root package for Spring's O/X Mapping integration classes. Contains generic Marshaller and Unmarshaller interfaces,
and XmlMappingExceptions related to O/X Mapping.
</body>
</html>

View File

@@ -0,0 +1,11 @@
/**
*
* Provides generic support classes for using Spring's O/X Mapping integration within various scenario's. Includes the
* MarshallingSource for compatibility with TrAX, MarshallingView for use withing Spring Web MVC, and the
* MarshallingMessageConverter for use within Spring's JMS support.
* </htm
*
*/
package org.springframework.oxm.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Provides generic support classes for using Spring's O/X Mapping integration within various scenario's. Includes the
MarshallingSource for compatibility with TrAX, MarshallingView for use withing Spring Web MVC, and the
MarshallingMessageConverter for use within Spring's JMS support.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Package providing integration of <a href="http://xmlbeans.apache.org/">XMLBeans</a> with Springs O/X Mapping support
*
*/
package org.springframework.oxm.xmlbeans;

View File

@@ -1,5 +0,0 @@
<html>
<body>
Package providing integration of <a href="http://xmlbeans.apache.org/">XMLBeans</a> with Springs O/X Mapping support.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Package providing integration of <a href="http://xstream.codehaus.org/">XStream</a> with Springs O/X Mapping support
*
*/
package org.springframework.oxm.xstream;

View File

@@ -1,5 +0,0 @@
<html>
<body>
Package providing integration of <a href="http://xstream.codehaus.org/">XStream</a> with Springs O/X Mapping support.
</body>
</html>