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 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Core support package for Java 5 annotations.
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.annotation;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Core support package for Java 5 annotations.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>
|
||||
* SPI to implement Converters.
|
||||
* </p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.convert.converter;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
SPI to implement Converters.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>
|
||||
* Type conversion system API.
|
||||
* </p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.convert;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Type conversion system API.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>
|
||||
* TypeConverter system implementation.
|
||||
* </p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.convert.support;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
TypeConverter system implementation.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Generic abstraction for (file-based) resources, used throughout the framework.
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.io;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Generic abstraction for (file-based) resources, used throughout the framework.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for Spring's resource abstraction.
|
||||
* Includes a ResourcePatternResolver mechanism.
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.io.support;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for Spring's resource abstraction.
|
||||
Includes a ResourcePatternResolver mechanism.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support for styling values as Strings, with ToStringCreator as central class.
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.style;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support for styling values as Strings, with ToStringCreator as central class.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package defines Spring's core TaskExecutor abstraction,
|
||||
* and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.task;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
This package defines Spring's core TaskExecutor abstraction,
|
||||
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for Spring's TaskExecutor abstraction.
|
||||
Includes an adapter for the standard ExecutorService interface.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Core support package for type filtering (e.g. for classpath scanning).
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.type.filter;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Core support package for type filtering (e.g. for classpath scanning).
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Core support package for type introspection.
|
||||
*
|
||||
*/
|
||||
package org.springframework.core.type;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Core support package for type introspection.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user