枚举类 ConfigurationPropertyState

java.lang.Object
java.lang.Enum<ConfigurationPropertyState>
org.springframework.boot.context.properties.source.ConfigurationPropertyState
所有已实现的接口:
Serializable, Comparable<ConfigurationPropertyState>, Constable

public enum ConfigurationPropertyState extends Enum<ConfigurationPropertyState>
The state of content from a ConfigurationPropertySource.
从以下版本开始:
2.0.0
作者:
Phillip Webb