Enum Class ConfigurationPropertyState

java.lang.Object
java.lang.Enum<ConfigurationPropertyState>
org.springframework.boot.context.properties.source.ConfigurationPropertyState
All Implemented Interfaces:
Serializable, Comparable<ConfigurationPropertyState>, Constable

public enum ConfigurationPropertyState extends Enum<ConfigurationPropertyState>
The state of content from a ConfigurationPropertySource.
Since:
2.0.0
Author:
Phillip Webb