MCPcopy Create free account
hub / github.com/LFYSec/MScan / A

Class A

src/test/resources/pta/basic/Annotations.java:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23class A {
24
25 public void foo(@ClassAnno(B.class) @StringAnno("xxx") String s,
26 @ClassAnno(A.class) Object o) {
27 }
28}
29
30class B {
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected