Interface
Foo
src/test/java/org/apache/commons/lang3/reflect/testbed/Foo.java:21–26
· src/test/java/org/apache/commons/lang3/reflect/testbed/Foo.java::Foo
Source from the content-addressed store, hash-verified
| 19 | /** |
| 20 | */ |
| 21 | public interface Foo { |
| 22 | String VALUE = class="st">"foo"; |
| 23 | |
| 24 | @Annotated |
| 25 | void doIt(); |
| 26 | } |
Callers
nothing calls this directly
Implementers 2
Parentsrc/test/java/org/apache/commons/lang3 Ambigsrc/test/java/org/apache/commons/lang3
Tested by
no test coverage detected