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

Class PowerSteeringBelt

reflection/RegisteredFactories.java:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67class PowerSteeringBelt extends Belt {
68 @Override public PowerSteeringBelt get() {
69 return new PowerSteeringBelt();
70 }
71}
72
73public class RegisteredFactories {
74 public static void main(String[] args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected