Home | History | Annotate | Download | only in printer

Lines Matching defs:Deprecated

12 @Deprecated
56 @Deprecated()
95 @Deprecated()
123 m, @Deprecated
133 @Deprecated
176 @Deprecated
201 @Deprecated
287 for (@Deprecated int i : arr4[0]) {
290 for (@Deprecated final int i = 0, j = 1; i < 10; x++) {
299 public static CompilationUnit parse(@Deprecated File file) throws ParseException, IOException {
363 @Deprecated Comparator c = new Comparator() {