toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.annotation
Package-level
declarations
Types
Types
Controller
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
Controller
(
val
packagePath
:
String
=
""
,
val
module
:
String
=
""
,
val
id
:
String
,
val
fxmlPath
:
String
=
"HEADLESS"
)
Primary
Context
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
PrimaryContext
(
val
order
:
Int
=
0
)
View
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
View
(
val
module
:
String
=
""
,
val
id
:
String
)