This quick fix should offer to add @Target(
{TYPE, METHOD, FIELD}) annotation if there is no @Target annotation.Or offer to change current @Target annotation to @Target({TYPE, METHOD, FIELD}
) if current @Target annotation is incorrect.
This quick fix should offer to add @Target(
{TYPE, METHOD, FIELD}) annotation if there is no @Target annotation.) if current @Target annotation is incorrect.