Controller

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Controller

Annotation to indicate that the class is a controller.