DefaultValue

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class DefaultValue(val defaultValue: Boolean)

This annotation is required. It specifies the default value of the feature flag when it's not remotely defined

Properties

Link copied to clipboard