NullIfDefault

@Target(allowedTargets = [AnnotationTarget.FIELD])
annotation class NullIfDefault(source)

Instructs the processor to use null, if AnnotationArguments.isDefault returns true for this property.