if I set an annotation on a property (one that ann...
# announcements
j
if I set an annotation on a property (one that annotates the type), do I need to annotate each accessor separately or is there a way to annotate the
field
,
get
, and
setparam
in one shot?