ugsig.actions-dispatcher-processor.1.0.7.source-code.Generator.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of actions-dispatcher-processor Show documentation
Show all versions of actions-dispatcher-processor Show documentation
A simple annotation processor for generating actions dispatcher
package com.github.rougsig.actionsdispatcher.processor
import com.squareup.kotlinpoet.FileSpec
internal interface Generator {
fun generateFile(): FileSpec
}