DEBSOURCES
Skip Quicknav
sources / eclipse-jdt-ui / 4.29-1 / org.eclipse.jdt.ui.tests.refactoring / resources / ExtractInterface / testDeprecated1 / out / I.java
1234567891011
package p; /** typecomment template*/ public interface I { @Deprecated int foo(); int foo2(); }