There’s some syntax to annotate the class’s primar...
# android
d
There’s some syntax to annotate the class’s primary constructor that you might find useful if you aren’t aware of it
class Foo @SomeAnnotation @AnotherAnnotation constructor() { … }