LensesAnnotationProcessor

@SupportedAnnotationTypes(value = [dev.fritz2.lenses.Lenses])
@SupportedOptions(value = [kapt.kotlin.generated, fritz2.visibility])
class LensesAnnotationProcessor : AbstractProcessor

Types

Companion
Link copied to clipboard
object Companion

Functions

getCompletions
Link copied to clipboard
open override fun getCompletions(p0: Element, p1: AnnotationMirror, p2: ExecutableElement, p3: String): MutableIterable<Completion>
getSupportedAnnotationTypes
Link copied to clipboard
open override fun getSupportedAnnotationTypes(): MutableSet<String>
getSupportedOptions
Link copied to clipboard
open override fun getSupportedOptions(): MutableSet<String>
getSupportedSourceVersion
Link copied to clipboard
open override fun getSupportedSourceVersion(): SourceVersion
init
Link copied to clipboard
open override fun init(p0: ProcessingEnvironment)
isInitialized
Link copied to clipboard
open fun isInitialized(): Boolean
process
Link copied to clipboard
open override fun process(annotations: MutableSet<out TypeElement>?, roundEnv: RoundEnvironment?): Boolean

Properties

processingEnv
Link copied to clipboard
val processingEnv: ProcessingEnvironment