If I annotate a property on a data class (in its c...
# android
j
If I annotate a property on a data class (in its constructor), does it apply to the getter/setter/field? or do I have to set each target for the annotation separately?