Your annotations has multiple targets. > If you...
# kapt
n
Your annotations has multiple targets.
If 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.