We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceabdbd commit 8c512cdCopy full SHA for 8c512cd
tests/run/beans.check
@@ -2,5 +2,6 @@
2
true
3
10
4
[@beans.LibraryAnnotation_1()]
5
+[]
6
some text
7
other text
tests/run/beans/Test_3.java
@@ -7,6 +7,7 @@ public A run() throws ReflectiveOperationException{
System.out.println(a.isY());
8
System.out.println(new T2().getX());
9
+ System.out.println(Arrays.asList(a.getClass().getDeclaredField("retainingAnnotation").getAnnotations()));
11
System.out.println(Arrays.asList(a.getClass().getMethod("getRetainingAnnotation").getAnnotations()));
12
13
System.out.println(a.getMutableOneWithLongName());
0 commit comments