Polish package level Javadoc

Replace all package.html files with package-info.java
This commit is contained in:
Phillip Webb
2012-11-13 19:38:21 -08:00
parent 55a69b568f
commit 313621b06c
132 changed files with 1485 additions and 569 deletions

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Collection related classes usable by other packages and systems.
*/
package org.springframework.binding.collection;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Collection related classes usable by other packages and systems.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Common Converter implementations.
*/
package org.springframework.binding.convert.converters;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Common Converter implementations.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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 services for converting objects from one type to another.
*/
package org.springframework.binding.convert;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Core services for converting objects from one type to another.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Contains the implementation of the type ConversionService.
*/
package org.springframework.binding.convert.service;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Contains the implementation of the type ConversionService.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Support for Spring's BeanWrapper implemented by the BeanWrapperExpressionParser.
*/
package org.springframework.binding.expression.beanwrapper;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support for Spring's BeanWrapper implemented by the BeanWrapperExpressionParser.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Support for the Unified Expression Language (EL) implemented by the ELExpressionParser.
*/
package org.springframework.binding.expression.el;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support for the Unified Expression Language (EL) implemented by the ELExpressionParser.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Support for the OGNL Expression Language implemented by the OgnlExpressionParser.
*/
package org.springframework.binding.expression.ognl;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support for the OGNL Expression Language implemented by the OgnlExpressionParser.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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 expression language abstraction for parsing and evaluating expressions.
*/
package org.springframework.binding.expression;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Core expression language abstraction for parsing and evaluating expressions.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Support classes commonly used by ExpressionParser implementations.
*/
package org.springframework.binding.expression.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support classes commonly used by ExpressionParser implementations.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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 services for formatting objects into a string form for display in a UI.
*/
package org.springframework.binding.format;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Core services for formatting objects into a string form for display in a UI.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* The default data Mapper implementation.
*/
package org.springframework.binding.mapping.impl;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
The default data Mapper implementation.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Support for mapping data between objects.
*/
package org.springframework.binding.mapping;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Support for mapping data between objects.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Possible Mapping results.
*/
package org.springframework.binding.mapping.results;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Possible Mapping results.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* A system for recording and tracking locale-specific messages to display in a UI.
*/
package org.springframework.binding.message;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
A system for recording and tracking locale-specific messages to display in a UI.
</p>
</body>
</html>

View File

@@ -0,0 +1,23 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Custom method binding support for invoking methods on objects. As EL usage
* becomes more common and powerful, it is expected this package will be
* deprecated and eventually removed.
*/
package org.springframework.binding.method;

View File

@@ -1,8 +0,0 @@
<html>
<body>
<p>
Custom method binding support for invoking methods on objects.
As EL usage becomes more common and powerful, it is expected this package will be deprecated and eventually removed.
</p>
</body>
</html>

View File

@@ -0,0 +1,21 @@
/*
* Copyright 2004-2012 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.
*/
/**
* Common validation interfaces.
*/
package org.springframework.binding.validation;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Common validation interfaces.
</p>
</body>
</html>