MCPcopy Create free account
hub / github.com/castello/spring_basic / getCar

Method getCar

ch2/Person.java:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3public class Person {
4 private Car car = new Car();
5 public Car getCar() { return car; }
6}
7
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected