-
Enhancement
-
Resolution: Done
-
Major
-
4.1.0.Final
-
None
-
Resolved in
JBIDE-15508(fix version 4.1.1.Alpha2).
When I refactor (rename or move in another package) a CDI Qualifier such as:
@Retention(RUNTIME) @Target({TYPE, METHOD, FIELD, PARAMETER}) @Qualifier public @interface ConsumerSessionQualifier { }
I get error markers on the @Target annotation with the following message:
@Target annotation value is not correct. It should be ElementType.METHOD
- clones
-
JBIDE-15508 Incorrect problem marker when refactoring a custom Qualifier
- Closed