Package | Description |
---|---|
org.springframework.boot.configurationmetadata |
Spring Boot configuration meta-data parser.
|
Modifier and Type | Method and Description |
---|---|
Deprecation.Level |
Deprecation.getLevel()
Define the
Deprecation.Level of deprecation. |
static Deprecation.Level |
Deprecation.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deprecation.Level[] |
Deprecation.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Deprecation.setLevel(Deprecation.Level level) |