HideFieldInDebugger

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

HideFieldInDebugger annotation is used to indicate that a slot should not be presented in the debugger when using "Show Logical Structure".

Author

Mark van Gulik

Constructors

Link copied to clipboard
fun HideFieldInDebugger()