Class | Description |
---|---|
OnMissingPropertyCondition |
The
OnMissingPropertyCondition class is a SpringBootCondition , Spring Condition type
asserting whether the specified, declared properties are missing. |
Annotation Type | Description |
---|---|
ConditionalOnMissingProperty |
The
ConditionalOnMissingProperty annotation is a Spring Conditional used to conditionally enable
or disable functionality based on the absence of any declared properties. |