RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support package for beans-style handling of Java 5 annotations.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.annotation;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support package for beans-style handling of Java 5 annotations.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for accessing a Spring BeanFactory from Unified EL.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory.access.el;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for accessing a Spring BeanFactory from Unified EL.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Helper infrastructure to locate and access bean factories.
|
||||
*
|
||||
* <p><b>Note: This package is only relevant for special sharing of bean
|
||||
* factories, for example behind EJB facades. It is <i>not</i> used in a
|
||||
* typical web application or standalone application.</b>
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory.access;
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Helper infrastructure to locate and access bean factories.
|
||||
|
||||
<p><b>Note: This package is only relevant for special sharing of bean
|
||||
factories, for example behind EJB facades. It is <i>not</i> used in a
|
||||
typical web application or standalone application.</b>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support package for annotation-driven bean configuration.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory.annotation;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support package for annotation-driven bean configuration.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* SPI interfaces and configuration-related convenience classes for bean factories.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory.config;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
SPI interfaces and configuration-related convenience classes for bean factories.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* The core package implementing Spring's lightweight Inversion of Control (IoC) container.
|
||||
* <p>
|
||||
* Provides an alternative to the Singleton and Prototype design
|
||||
* patterns, including a consistent approach to configuration management.
|
||||
* Builds on the org.springframework.beans package.
|
||||
*
|
||||
* <p>This package and related packages are discussed in Chapter 11 of
|
||||
* <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0764543857/">Expert One-On-One J2EE Design and Development</a>
|
||||
* by Rod Johnson (Wrox, 2002).
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory;
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
|
||||
<p>
|
||||
Provides an alternative to the Singleton and Prototype design
|
||||
patterns, including a consistent approach to configuration management.
|
||||
Builds on the org.springframework.beans package.
|
||||
|
||||
<p>This package and related packages are discussed in Chapter 11 of
|
||||
<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0764543857/">Expert One-On-One J2EE Design and Development</a>
|
||||
by Rod Johnson (Wrox, 2002).
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support infrastructure for bean definition parsing.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory.parsing;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support infrastructure for bean definition parsing.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support package for the JDK 1.6 ServiceLoader facility.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory.serviceloader;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support package for the JDK 1.6 ServiceLoader facility.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Classes supporting the <code>org.springframework.beans.factory</code> package.
|
||||
* Contains abstract base classes for <code>BeanFactory</code> implementations.
|
||||
*
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory.support;
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Classes supporting the <code>org.springframework.beans.factory</code> package.
|
||||
Contains abstract base classes for <code>BeanFactory</code> implementations.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Mechanism to determine bean wiring metadata from a bean instance.
|
||||
* Foundation for aspect-driven bean configuration.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory.wiring;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Mechanism to determine bean wiring metadata from a bean instance.
|
||||
Foundation for aspect-driven bean configuration.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Contains an abstract XML-based <code>BeanFactory</code> implementation,
|
||||
* including a standard "spring-beans" DTD.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.factory.xml;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Contains an abstract XML-based <code>BeanFactory</code> implementation,
|
||||
including a standard "spring-beans" DTD.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package contains interfaces and classes for manipulating Java beans.
|
||||
* It is used by most other Spring packages.
|
||||
*
|
||||
* <p>A BeanWrapper object may be used to set and get bean properties,
|
||||
* singly or in bulk.
|
||||
*
|
||||
* <p>The classes in this package are discussed in Chapter 11 of
|
||||
* <a href="http://www.amazon.com/exec/obidos/tg/detail/-/0764543857/">Expert One-On-One J2EE Design and Development</a>
|
||||
* by Rod Johnson (Wrox, 2002).
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans;
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
This package contains interfaces and classes for manipulating Java beans.
|
||||
It is used by most other Spring packages.
|
||||
|
||||
<p>A BeanWrapper object may be used to set and get bean properties,
|
||||
singly or in bulk.
|
||||
|
||||
<p>The classes in this package are discussed in Chapter 11 of
|
||||
<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0764543857/">Expert One-On-One J2EE Design and Development</a>
|
||||
by Rod Johnson (Wrox, 2002).
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,13 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Properties editors used to convert from String values to object
|
||||
* types such as java.util.Properties.
|
||||
*
|
||||
* <p>Some of these editors are registered automatically by BeanWrapperImpl.
|
||||
* "CustomXxxEditor" classes are intended for manual registration in
|
||||
* specific binding processes, as they are localized or the like.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.propertyeditors;
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Properties editors used to convert from String values to object
|
||||
types such as java.util.Properties.
|
||||
|
||||
<p>Some of these editors are registered automatically by BeanWrapperImpl.
|
||||
"CustomXxxEditor" classes are intended for manual registration in
|
||||
specific binding processes, as they are localized or the like.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Classes supporting the org.springframework.beans package,
|
||||
* such as utility classes for sorting and holding lists of beans.
|
||||
*
|
||||
*/
|
||||
package org.springframework.beans.support;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Classes supporting the org.springframework.beans package,
|
||||
such as utility classes for sorting and holding lists of beans.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user