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

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

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

/**
 * Current processing round indicator. Mainly used for human-readable form of process round count
 */
internal enum class ProcessingRound {
    GENERATE_REGISTRARS_FOR_THIS_PROJECT_AND_REGISTRATION_FILES_FOR_DEPENDENCIES,
    GENERATE_REGISTRATION_FILES_FOR_REGISTRARS,
    UPDATE_REGISTRATION_FILES
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy