toggle menu
foSho
jvm
switch theme
search in API
navigator-codegen
/
dev.funkymuse.fosho.navigator.codegen.annotation
/
AggregatorGraph
Aggregator
Graph
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
AggregatorGraph
(
val
startingDestination
:
KClass
<
out
DestinationContract
>
,
val
destinations
:
Array
<
KClass
<
out
DestinationContract
>
>
=
[]
,
val
rootGraph
:
Boolean
=
false
)
Members
Properties
destinations
Link copied to clipboard
val
destinations
:
Array
<
KClass
<
out
DestinationContract
>
>
root
Graph
Link copied to clipboard
val
rootGraph
:
Boolean
=
false
starting
Destination
Link copied to clipboard
val
startingDestination
:
KClass
<
out
DestinationContract
>