Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Controller(val packagePath: String = "", val module: String = "", val id: String, val fxmlPath: String = "HEADLESS")
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class PrimaryContext(val order: Int = 0)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class View(val module: String = "", val id: String)