]
Daniel Azarov updated JBIDE-7633:
---------------------------------
Attachment: AddTargetQuickFixOnScope.png
ChangeTargetQuickFixOnScope.png
Quick fix for "Scope annotation type must be annotated with
@Target('{'TYPE, METHOD, FIELD'}') [JSR-299 §2.4.2]" error marker
-----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7633
URL:
https://issues.jboss.org/browse/JBIDE-7633
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.3.x
Attachments: AddTargetQuickFixOnScope.png, ChangeTargetQuickFixOnScope.png
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 message is automatically generated by JIRA.
For more information on JIRA, see: