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,8 @@
/**
*
* Core support package for Java 5 annotations.
*
*/
package org.springframework.core.annotation;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Core support package for Java 5 annotations.
</body>
</html>

View File

@@ -0,0 +1,10 @@
/**
*
* <p>
* SPI to implement Converters.
* </p>
*
*/
package org.springframework.core.convert.converter;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
SPI to implement Converters.
</p>
</body>
</html>

View File

@@ -0,0 +1,10 @@
/**
*
* <p>
* Type conversion system API.
* </p>
*
*/
package org.springframework.core.convert;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Type conversion system API.
</p>
</body>
</html>

View File

@@ -0,0 +1,10 @@
/**
*
* <p>
* TypeConverter system implementation.
* </p>
*
*/
package org.springframework.core.convert.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
TypeConverter system implementation.
</p>
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Interfaces and classes for type-safe enum support on JDK >= 1.3.
* This enum abstraction support codes and labels.
*
*/
package org.springframework.core.enums;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Interfaces and classes for type-safe enum support on JDK >= 1.3.
This enum abstraction support codes and labels.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Generic abstraction for (file-based) resources, used throughout the framework.
*
*/
package org.springframework.core.io;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Generic abstraction for (file-based) resources, used throughout the framework.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Support classes for Spring's resource abstraction.
* Includes a ResourcePatternResolver mechanism.
*
*/
package org.springframework.core.io.support;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Support classes for Spring's resource abstraction.
Includes a ResourcePatternResolver mechanism.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Provides basic classes for exception handling and version detection,
* and other core helpers that are not specific to any part of the framework.
*
*/
package org.springframework.core;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Support for styling values as Strings, with ToStringCreator as central class.
*
*/
package org.springframework.core.style;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Support for styling values as Strings, with ToStringCreator as central class.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* This package defines Spring's core TaskExecutor abstraction,
* and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
*
*/
package org.springframework.core.task;

View File

@@ -1,8 +0,0 @@
<html>
<body>
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Support classes for Spring's TaskExecutor abstraction.
* Includes an adapter for the standard ExecutorService interface.
*
*/
package org.springframework.core.task.support;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Support classes for Spring's TaskExecutor abstraction.
Includes an adapter for the standard ExecutorService interface.
</body>
</html>

View File

@@ -1,20 +0,0 @@
/*
* Copyright 2002-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Core support package for type introspection through ASM-based class reading.
*/
package org.springframework.core.type.classreading;

View File

@@ -0,0 +1,8 @@
/**
*
* Core support package for type filtering (e.g. for classpath scanning).
*
*/
package org.springframework.core.type.filter;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Core support package for type filtering (e.g. for classpath scanning).
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Core support package for type introspection.
*
*/
package org.springframework.core.type;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Core support package for type introspection.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Useful generic <code>java.util.Comparator</code> implementations,
* such as an invertible comparator and a compound comparator.
*
*/
package org.springframework.util.comparator;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Useful generic <code>java.util.Comparator</code> implementations,
such as an invertible comparator and a compound comparator.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Miscellaneous utility classes, such as String manipulation utilities,
* a Log4J configurer, and a state holder for paged lists of objects.
*
*/
package org.springframework.util;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
</body>
</html>

View File

@@ -0,0 +1,9 @@
/**
*
* Miscellaneous utility classes for XML parsing and transformation,
* such as error handlers that log warnings via Commons Logging.
*
*/
package org.springframework.util.xml;

View File

@@ -1,8 +0,0 @@
<html>
<body>
Miscellaneous utility classes for XML parsing and transformation,
such as error handlers that log warnings via Commons Logging.
</body>
</html>