Annotation applicability highlighting reworked

This commit is contained in:
Roman Shevchenko
2013-03-13 10:23:19 +01:00
parent bb11ce13c7
commit 2ab88505d2
21 changed files with 545 additions and 352 deletions
@@ -5,4 +5,4 @@ import java.lang.annotation.*;
@Expose @interface Expose {}
@Target({ElementType.FIELD})
@<error descr="'@Expose1' not applicable to annotation type">Expose1</error>@interface Expose1 {}
<error descr="'@Expose1' not applicable to annotation type">@Expose1</error>@interface Expose1 {}