All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ktx.scene2d.dsl.kt Maven / Gradle / Ivy

There is a newer version: 1.12.1-rc2
Show newest version
package ktx.scene2d

import kotlin.annotation.AnnotationTarget.*

/** Should annotate builders of Scene2D widgets. */
@DslMarker
@Target(CLASS, TYPE_PARAMETER, FUNCTION, TYPE, TYPEALIAS)
annotation class Scene2dDsl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy