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

godot.annotation.processor.processing.ProcessingRoundsBlackboard.kt Maven / Gradle / Ivy

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

import java.io.File

/**
 * Data store for inter processing round data
 */
internal data class ProcessingRoundsBlackboard(
    val existingRegistrationFilesMap: Map,
    val alreadyGeneratedRegistrationFiles: MutableList = mutableListOf(),
    var previousRoundHadErrors: Boolean = false,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy