| package annotations.tests.classfile.foo: |
| annotation @A: @Retention(RUNTIME) |
| |
| package annotations.tests.classfile.foo: |
| annotation @B: @Retention(RUNTIME) |
| String value |
| |
| |
| package annotations.tests.classfile.foo: |
| annotation @C: @Retention(RUNTIME) |
| int fieldA |
| String fieldB |
| |
| package annotations.tests.classfile.foo: |
| annotation @D: @Retention(RUNTIME) |
| int fieldA |
| String fieldB |
| int[] fieldC |
| |
| package annotations.tests.classfile.foo: |
| annotation @E: @Retention(RUNTIME) |
| int fieldA |
| String fieldB |
| |
| package annotations.tests.classfile.foo: |
| annotation @F: @Retention(RUNTIME) |
| int fieldA |
| String fieldB |
| |
| package annotations.tests.classfile.foo: |
| annotation @G: @Retention(RUNTIME) |
| int fieldA |
| String fieldB |
| boolean[] fieldC |
| int fieldD |
| int fieldE |
| |