ConverterAnnotationArgs

data class ConverterAnnotationArgs(val annotation: KSAnnotation, logger: KSPLogger)

Class representing the arguments that are defined within a converter annotation, extracted from its declaration.

Constructors

Link copied to clipboard
constructor(annotation: KSAnnotation, logger: KSPLogger)

Properties

Link copied to clipboard
val annotation: KSAnnotation

Annotation definition to extract data from.