explodeTypes

fun explodeTypes(element: String, synthesize: Boolean = false, f: Classes.() -> Unit)(source)

Iterates over classes stored within a specified annotation element. If synthesize is set to true, missing types are stubbed based on those stored within the annotation element.