Add missing package-info files for common packages
Issue: SPR-14420
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
* Provides an HttpMessageConverter implementations for handling JSON.
|
||||
* Provides HttpMessageConverter implementations for handling JSON.
|
||||
*/
|
||||
package org.springframework.http.converter.json;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Provides an HttpMessageConverter implementation for handling
|
||||
* <a href="https://developers.google.com/protocol-buffers/">Google Protocol Buffers</a>.
|
||||
*/
|
||||
package org.springframework.http.converter.protobuf;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides a comprehensive HttpMessageConverter variant for form handling.
|
||||
*/
|
||||
package org.springframework.http.converter.support;
|
||||
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
* Provides an HttpMessageConverter implementations for handling XML.
|
||||
* Provides HttpMessageConverter implementations for handling XML.
|
||||
*/
|
||||
package org.springframework.http.converter.xml;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Provides convenience annotations for web scopes.
|
||||
*/
|
||||
package org.springframework.web.context.annotation;
|
||||
Reference in New Issue
Block a user