blob: d5cbe9808a415efb3447b71817e1e12fd8e09c48 [file] [log] [blame]
public class JavaClass {
@Deprecated
<selection> @SomeAnnotation
public String foo() {
return "";
}
</selection>}