OtherIfDefault

@Target(allowedTargets = [AnnotationTarget.FIELD])
@ProcessorAnnotation(packageName = "dev.kord.codegen.ksp.processor")
annotation class OtherIfDefault(val name: String)(source)

Instructs the processor to use value of name, if AnnotationArguments.isDefault returns true for this property.

Properties

Link copied to clipboard

the name of the property to use as a default