Merge branch '2.0.x' into 2.1.x

This commit is contained in:
Phillip Webb
2019-06-28 23:30:29 -07:00
343 changed files with 338 additions and 140 deletions

View File

@@ -23,7 +23,6 @@ import java.util.List;
* A raw view of a hint used for parsing only.
*
* @author Stephane Nicoll
* @since 1.3.0
*/
class ConfigurationMetadataHint {

View File

@@ -21,7 +21,6 @@ package org.springframework.boot.configurationmetadata;
* source.
*
* @author Stephane Nicoll
* @since 1.3.0
*/
class ConfigurationMetadataItem extends ConfigurationMetadataProperty {

View File

@@ -32,7 +32,6 @@ import org.json.JSONObject;
* Read standard json metadata format as {@link ConfigurationMetadataRepository}.
*
* @author Stephane Nicoll
* @since 1.3.0
*/
class JsonReader {

View File

@@ -24,7 +24,6 @@ import java.util.List;
* A raw metadata structure. Used to initialize a {@link ConfigurationMetadataRepository}.
*
* @author Stephane Nicoll
* @since 1.3.0
*/
class RawConfigurationMetadata {