class Test { public static final String xxx = "unused"; @SuppressWarnings(xxx) String myField; String myField1 = xxx; }