Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/commons-lang
/ Foo
Interface
Foo
src/test/java/org/apache/commons/lang3/reflect/testbed/Foo.java:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
/**
20
*/
21
public
interface
Foo {
22
String VALUE =
"foo"
;
23
24
@Annotated
25
void
doIt();
26
}
Callers
nothing calls this directly
Implementers
2
Parent
src/test/java/org/apache/commons/lang3
Ambig
src/test/java/org/apache/commons/lang3
Calls
no outgoing calls
Tested by
no test coverage detected