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
@@ -1,6 +1,6 @@
import java.util.List;
@<error descr="'@SafeVarargs' not applicable to type">SafeVarargs</error>
<error descr="'@SafeVarargs' not applicable to type">@SafeVarargs</error>
public class SafeVarargsTests {
//fixed arity
<error descr="@SafeVarargs is not allowed on methods with fixed arity">@SafeVarargs</error>