ConditionalOnCompensationEnabled

@ConditionalOnProperty(value = ["wow.compensation.enabled"], havingValue = "true", matchIfMissing = true)
@ConditionalOnClass(name = ["me.ahoo.wow.compensation.core.CompensationFilter"])
annotation class ConditionalOnCompensationEnabled