-
Sub-task
-
Resolution: Done
-
Major
-
None
-
Documentation (Ref Guide, User Guide, etc.)
-
Not Required
Quick fix for "Stereotype annotation type must be annotated with one of @Target('
{'TYPE, METHOD, FIELD'}'), @Target('
{'METHOD, FIELD'}'), @Target('
{'TYPE'}'), @Target('
{'METHOD'}'), @Target('
{'FIELD'}') [JSR-299 ยง2.7.1]" error marker.
If there is no @Target annotation this quick fix should offer next:
1. Add @Target(
{TYPE, METHOD, FIELD}) annotation2. Add @Target({METHOD, FIELD}) annotation
3. Add @Target({TYPE}) annotation
4. Add @Target({METHOD}) annotation
5. Add @Target({FIELD}) annotation
If current @Target annotation is not correct this quick fix should offer next:
1. Change current @Target annotation to @Target({TYPE, METHOD, FIELD}
) annotation
2. Change current @Target annotation to @Target(
) annotation
3. Change current @Target annotation to @Target(
) annotation
4. Change current @Target annotation to @Target(
) annotation
5. Change current @Target annotation to @Target(
) annotation