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.
*/
/**
* Configuration support for the Spring Faces custom XML namespace.
*/
package org.springframework.faces.config;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Configuration support for the Spring Faces custom XML namespace.</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.
*/
/**
* Conversion support for JSF-specific data structures.
*/
package org.springframework.faces.model.converter;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Conversion support for JSF-specific data structures.</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.
*/
/**
* Extended implementations of JSF-specific data structures such as DataModel.
*/
package org.springframework.faces.model;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Extended implementations of JSF-specific data structures such as DataModel.</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 JSF integration with Spring MVC.
*/
package org.springframework.faces.mvc;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Support for JSF integration with Spring MVC.</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.
*/
/**
* Development and debugging support for working with JSF.
*/
package org.springframework.faces.support;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>Development and debugging support for working with JSF.</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 integration layer between Spring Web Flow and Java Server Faces (JSF).
*/
package org.springframework.faces.webflow;

View File

@@ -1,5 +0,0 @@
<html>
<body>
<p>The integration layer between Spring Web Flow and Java Server Faces (JSF).</p>
</body>
</html>