ClassAnnotationHandler

class ClassAnnotationHandler(val annotation: KClass<out Annotation>, val callback: ClassDeclarationsCallback)

Annotation handler used to hook class declarations with specific annotations

Constructors

Link copied to clipboard
constructor(annotation: KClass<out Annotation>, callback: ClassDeclarationsCallback)

Properties

Link copied to clipboard
Link copied to clipboard