Package-level declarations

Types

Link copied to clipboard
@AutoConfiguration
@EnableConfigurationProperties(value = [CompensationProperties::class])
class CompensationAutoConfiguration
Link copied to clipboard
@ConfigurationProperties(prefix = "wow.compensation")
class CompensationProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true) : EnabledCapable
Link copied to clipboard
@ConditionalOnProperty(value = ["wow.compensation.enabled"], havingValue = "true", matchIfMissing = true)
@ConditionalOnClass(name = ["me.ahoo.wow.compensation.core.CompensationFilter"])
annotation class ConditionalOnCompensationEnabled

Properties

Link copied to clipboard
const val ENABLED_KEY: String