MCPcopy Create free account
hub / github.com/dynjs/dynjs / Foo

Interface Foo

src/test/java/org/dynjs/runtime/java/Foo.java:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package org.dynjs.runtime.java;
2
3public interface Foo {
4
5 public static final String SOME_STATIC_FINAL_STRING = "a static final string on an interface";
6
7 public String doIt();
8
9 public String doItDifferently();
10
11}

Implementers 3

AbstractFoosrc/test/java/org/dynjs/runtime/java/A
Foobarsrc/test/java/org/dynjs/runtime/java/F
DefaultFoosrc/test/java/org/dynjs/runtime/java/D

Calls

no outgoing calls

Tested by

no test coverage detected