chirag
05/23/2018, 7:29 AM@field:JsonProperty("foo")
and without field @JsonProperty("foo")
When should i use whengildor
05/23/2018, 7:32 AMgildor
05/23/2018, 7:32 AMgildor
05/23/2018, 7:33 AMIf you don't specify a use-site target, the target is chosen according to the @Target annotation of the annotation being used. If there are multiple applicable targets, the first applicable target from the following list is used:
param;
property;
field.