public class JavaClass { @Deprecated <selection> @SomeAnnotation public String foo() { return ""; } </selection>}