RegisterHudElement

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

Annotate your HUDElements with this to register them.

This annotation tells the ModuleManager to take care of registering the hud element for you. It only works for objects inheriting from HudElement declared within your module.