highlight error: access to a private field from a class annotation is not possible

This commit is contained in:
anna
2012-02-10 16:49:46 +01:00
parent cb907f4128
commit ba961d59ad
4 changed files with 42 additions and 0 deletions
@@ -0,0 +1,4 @@
@SuppressWarnings(<error descr="'ThisClass.FOO' has private access in 'ThisClass'">ThisClass.FOO</error>)
public class ThisClass {
private static final String FOO = "foo";
}