HideFieldJustForPrinting

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

HideFieldJustForPrinting annotation is used to indicate that a slot should not be presented in the default print representation. The annotation HideFieldInDebuggeralso hides the field for printing, but that annotation also prevents the field from showing up in the debugger when using the Eclipse debugger's "Show Logical Structure".

Author

Mark van Gulik

Constructors

Link copied to clipboard
fun HideFieldJustForPrinting()