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

Class FanBelt

reflection/RegisteredFactories.java:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54class Belt extends Part {}
55
56class FanBelt extends Belt {
57 @Override
58 public FanBelt get() { return new FanBelt(); }
59}
60
61class GeneratorBelt extends Belt {
62 @Override public GeneratorBelt get() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected