public class Test { void anotherMethod(String s); String field; /** */ void method() { anotherMethod(field); } }