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

godot.annotation.processor.Settings.kt Maven / Gradle / Ivy

There is a newer version: 0.10.0-4.3.0
Show newest version
package godot.annotation.processor

import java.io.File

internal data class Settings(
    val projectName: String,
    val projectBaseDir: File,
    val registrationBaseDirPathRelativeToProjectDir: String,
    val classPrefix: String?,
    val isFqNameRegistrationEnabled: Boolean,
    val isRegistrationFileHierarchyEnabled: Boolean,
    val isRegistrationFileGenerationEnabled: Boolean,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy