MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / B

Class B

reflection/InterfaceViolation.java:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import reflection.interfacea.*;
7
8class B implements A {
9 @Override public void f() {}
10 public void g() {}
11}
12
13public class InterfaceViolation {
14 public static void main(String[] args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected