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

Class AbstractFoo

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

Source from the content-addressed store, hash-verified

1package org.dynjs.runtime.java;
2
3public abstract class AbstractFoo implements Foo {
4
5 public abstract String getContent();
6
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected