Package org.springframework.geode.boot.autoconfigure.condition
package org.springframework.geode.boot.autoconfigure.condition
-
ClassDescriptionThe
ConditionalOnMissingProperty
annotation is a SpringConditional
used to conditionally enable or disable functionality based on the absence of any declared properties.TheOnMissingPropertyCondition
class is aSpringBootCondition
, SpringCondition
type asserting whether the specified, declared properties are missing.