1 2 3 4 5
public class Foo {private Runnable bar=new Runnable(){ @Override @SuppressWarnings("baz") public void run(){ quux(); } };}