AllowToStringReflection

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class AllowToStringReflection(val showInReduced: Boolean = false)

When applied to a property, marks the property to be included in ReflectionUtils.toStringByReflection.

Parameters

showInReduced

If true, also show this field when emitting only a reduced number of fields. Otherwise, only show this field when emitting all fields in a class.

See also

Properties

Link copied to clipboard
val showInReduced: Boolean = false