Default

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Default(val target: String = "", val code: String = "")

Annotation used with @Mapping to specify default values for properties during the mapping process.

Properties

Link copied to clipboard

The code snippet that provides the default value for the target property.

Link copied to clipboard

The target property for which the default value is specified.