| Package | Description | 
|---|---|
| org.springframework.boot.autoconfigure.condition | 
@Condition annotations and supporting classes. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AllNestedConditions
Condition that will match when all nested class conditions match. | 
class  | 
AnyNestedCondition
Condition that will match when any nested class condition matches. | 
class  | 
NoneNestedConditions
Condition that will match when none of the nested class conditions match. |