NavParam

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class NavParam(val enabled: Boolean = true)

Annotation to mark navigation args class for code generation

Since

1.8.0

Parameters

enabled

Defaulted to kotlin.Boolean.true, specifying kotlin.Boolean.false will skip generation of the annotated class

Properties

Link copied to clipboard
val enabled: Boolean = true