|
4 | 4 | // ^^^^ reference scip-java maven . . java/ |
5 | 5 | // ^^^^ reference scip-java maven . . java/lang/ |
6 | 6 | // ^^^^^^^^^^ reference scip-java maven . . java/lang/annotation/ |
7 | | -// ^^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/Documented# |
| 7 | +// ^^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/Documented# |
8 | 8 | import java.lang.annotation.Retention; |
9 | 9 | // ^^^^ reference scip-java maven . . java/ |
10 | 10 | // ^^^^ reference scip-java maven . . java/lang/ |
11 | 11 | // ^^^^^^^^^^ reference scip-java maven . . java/lang/annotation/ |
12 | | -// ^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/Retention# |
| 12 | +// ^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/Retention# |
13 | 13 | import java.lang.annotation.RetentionPolicy; |
14 | 14 | // ^^^^ reference scip-java maven . . java/ |
15 | 15 | // ^^^^ reference scip-java maven . . java/lang/ |
16 | 16 | // ^^^^^^^^^^ reference scip-java maven . . java/lang/annotation/ |
17 | | -// ^^^^^^^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/RetentionPolicy# |
| 17 | +// ^^^^^^^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/RetentionPolicy# |
18 | 18 | import java.lang.annotation.Target; |
19 | 19 | // ^^^^ reference scip-java maven . . java/ |
20 | 20 | // ^^^^ reference scip-java maven . . java/lang/ |
21 | 21 | // ^^^^^^^^^^ reference scip-java maven . . java/lang/annotation/ |
22 | | -// ^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/Target# |
| 22 | +// ^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/Target# |
23 | 23 |
|
24 | 24 | import static java.lang.annotation.ElementType.*; |
25 | 25 | // ^^^^ reference scip-java maven . . java/ |
26 | 26 | // ^^^^ reference scip-java maven . . java/lang/ |
27 | 27 | // ^^^^^^^^^^ reference scip-java maven . . java/lang/annotation/ |
28 | | -// ^^^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/ElementType# |
| 28 | +// ^^^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/ElementType# |
29 | 29 |
|
30 | 30 | //⌄ enclosing_range_start scip-java maven . . minimized/Annotations# |
31 | 31 | @Documented |
32 | | -// ^^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/Documented# |
| 32 | +// ^^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/Documented# |
33 | 33 | @Retention(RetentionPolicy.RUNTIME) |
34 | | -// ^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/Retention# |
35 | | -// ^^^^^^^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/RetentionPolicy# |
36 | | -// ^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/RetentionPolicy#RUNTIME. |
| 34 | +// ^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/Retention# |
| 35 | +// ^^^^^^^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/RetentionPolicy# |
| 36 | +// ^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/RetentionPolicy#RUNTIME. |
37 | 37 | @Target(value = {CONSTRUCTOR, |
38 | | -// ^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/Target# |
39 | | -// ^^^^^ reference scip-java maven jdk 11 java/lang/annotation/Target#value(). |
40 | | -// ^^^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/ElementType#CONSTRUCTOR. |
| 38 | +// ^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/Target# |
| 39 | +// ^^^^^ reference scip-java maven jdk 17 java/lang/annotation/Target#value(). |
| 40 | +// ^^^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/ElementType#CONSTRUCTOR. |
41 | 41 | FIELD, |
42 | | -// ^^^^^ reference scip-java maven jdk 11 java/lang/annotation/ElementType#FIELD. |
| 42 | +// ^^^^^ reference scip-java maven jdk 17 java/lang/annotation/ElementType#FIELD. |
43 | 43 | LOCAL_VARIABLE, |
44 | | -// ^^^^^^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/ElementType#LOCAL_VARIABLE. |
| 44 | +// ^^^^^^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/ElementType#LOCAL_VARIABLE. |
45 | 45 | METHOD, |
46 | | -// ^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/ElementType#METHOD. |
| 46 | +// ^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/ElementType#METHOD. |
47 | 47 | PACKAGE, |
48 | | -// ^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/ElementType#PACKAGE. |
| 48 | +// ^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/ElementType#PACKAGE. |
49 | 49 | PARAMETER, |
50 | | -// ^^^^^^^^^ reference scip-java maven jdk 11 java/lang/annotation/ElementType#PARAMETER. |
| 50 | +// ^^^^^^^^^ reference scip-java maven jdk 17 java/lang/annotation/ElementType#PARAMETER. |
51 | 51 | TYPE} |
52 | | -// ^^^^ reference scip-java maven jdk 11 java/lang/annotation/ElementType#TYPE. |
| 52 | +// ^^^^ reference scip-java maven jdk 17 java/lang/annotation/ElementType#TYPE. |
53 | 53 | ) |
54 | 54 | public @interface Annotations { |
55 | 55 | // ^^^^^^^^^^^ definition scip-java maven . . minimized/Annotations# |
|
60 | 60 | // > @Retention(RetentionPolicy.RUNTIME) |
61 | 61 | // > @Target({CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, PACKAGE, PARAMETER, TYPE}) |
62 | 62 | // > public @interface Annotations |
63 | | -// relationship scip-java maven jdk 11 java/lang/annotation/Annotation# implementation |
| 63 | +// relationship scip-java maven jdk 17 java/lang/annotation/Annotation# implementation |
64 | 64 |
|
65 | 65 | // ⌄ enclosing_range_start scip-java maven . . minimized/Annotations#value(). |
66 | 66 | String value() default ""; |
67 | | -// ^^^^^^ reference scip-java maven jdk 11 java/lang/String# |
| 67 | +// ^^^^^^ reference scip-java maven jdk 17 java/lang/String# |
68 | 68 | // ^^^^^ definition scip-java maven . . minimized/Annotations#value(). |
69 | 69 | // kind AbstractMethod |
70 | 70 | // display_name value |
|
74 | 74 |
|
75 | 75 | // ⌄ enclosing_range_start scip-java maven . . minimized/Annotations#format(). |
76 | 76 | String format() default ""; |
77 | | -// ^^^^^^ reference scip-java maven jdk 11 java/lang/String# |
| 77 | +// ^^^^^^ reference scip-java maven jdk 17 java/lang/String# |
78 | 78 | // ^^^^^^ definition scip-java maven . . minimized/Annotations#format(). |
79 | 79 | // kind AbstractMethod |
80 | 80 | // display_name format |
|
0 commit comments