MCPcopy Create free account
hub / github.com/ReadyTalk/avian / C

Class C

test/Reflection.java:333–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331interface B extends A { }
332
333class C implements B {
334 public void foo() { }
335}
336
337@interface Ann { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected