Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class GenerateVariations(val prefix: String = "")
Link copied to clipboard
annotation class GenerationVariant(val type: KClass<*>, val conversion: String, val argName: String = "", val genericTypes: KClass<*>)