// "Replace with lambda" "false" class Test { { Runnable r = new Runnable() { /** * important javadoc */ @Override public void run() { } }; } }