AggregatorGraph

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class AggregatorGraph(val startingDestination: KClass<out DestinationContract>, val destinations: Array<KClass<out DestinationContract>> = [], val rootGraph: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val rootGraph: Boolean = false