(@SimpleAnnotation("first") String first,
@SimpleAnnotation("second") String second)
| 75 | } |
| 76 | |
| 77 | public abstract void annotationTest(@SimpleAnnotation("first") String first, |
| 78 | @SimpleAnnotation("second") String second); |
| 79 | |
| 80 | public static record ExampleRecord(Integer first, String second) { |
| 81 |
nothing calls this directly
no outgoing calls
no test coverage detected