model.MBase.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of meta Show documentation
Show all versions of meta Show documentation
"Annotation Processing and Code Generation Utils"
The newest version!
package de.peekandpoke.ultra.meta.model
import de.peekandpoke.ultra.meta.ProcessorUtils
abstract class MBase(val model: Model) : ProcessorUtils {
override val ctx = model.ctx
}