Quickfix for "Scope annotation type must be annotated with @Target('{'TYPE,
METHOD, FIELD'}') [JSR-299 §2.4.2]" error marker
----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7633
URL:
https://jira.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
This quickfix 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:
http://www.atlassian.com/software/jira