Join Slack
Powered by
There’s some syntax to annotate the class’s primar...
# android
d
dalexander
06/28/2016, 7:58 PM
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() { … }
3
Views
Open in Slack
Previous
Next