<@U13V8PA7L> This is not specific to annotations. ...
# getting-started
o
@okaymak This is not specific to annotations. Classes exhibit this as well. You cannot declare constants (or any static members) at class level. They have to either be in a companion object, any other object declaration, or at top level.