MCPcopy
hub / github.com/apache/commons-lang / Bar

Interface Bar

src/test/java/org/apache/commons/lang3/reflect/testbed/Bar.java:21–25  ·  src/test/java/org/apache/commons/lang3/reflect/testbed/Bar.java::Bar

Source from the content-addressed store, hash-verified

19/**
20 */
21public interface Bar {
22 String VALUE = class="st">"bar";
23
24 void doIt();
25}

Callers

nothing calls this directly

Implementers 2

Ambigsrc/test/java/org/apache/commons/lang3
Parentsrc/test/java/org/apache/commons/lang3

Calls

no outgoing calls

Tested by

no test coverage detected