godot.entrygenerator.model.DirHintAnnotation.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of godot-entry-generator Show documentation
Show all versions of godot-entry-generator Show documentation
Godot Kotlin entry code generator.
package godot.entrygenerator.model
class DirHintAnnotation(
val global: Boolean,
source: Any
) : PropertyHintAnnotation(source)