MCPcopy Create free account
hub / github.com/QuiltMC/chasm / annotationTest

Method annotationTest

chasm/src/testData/java/other/ExampleClass.java:77–78  ·  view source on GitHub ↗
(@SimpleAnnotation("first") String first,
                                        @SimpleAnnotation("second") String second)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected