Skip to content

Instantly share code, notes, and snippets.

@sasssass
Last active June 17, 2024 07:42
Show Gist options
  • Save sasssass/ac09ba6c0b65d1a27f761e96ea109bbc to your computer and use it in GitHub Desktop.
Save sasssass/ac09ba6c0b65d1a27f761e96ea109bbc to your computer and use it in GitHub Desktop.
NavigationNode.kt
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.RUNTIME)
annotation class NavigationNode(
val route: String,
val args: Array<String>,
val optionalArgs: Array<String>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment