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.
*/
/**
* Contains the server-side support for handling Spring.js Ajax requests.
*/
package org.springframework.js.ajax;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Contains the server-side support for handling Spring.js Ajax requests.
</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 Ajax integration between Spring.js and the Tiles2 layout system.
*/
package org.springframework.js.ajax.tiles2;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
The Ajax integration between Spring.js and the Tiles2 layout system.
</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 generic ResourceServlet for serving web resources such as Javascript and CSS.
*/
package org.springframework.js.resource;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Contains the generic ResourceServlet for serving web resources such as Javascript and CSS.
</p>
</body>
</html>